https://github.com/Microsoft/TypeScript
Raw File
Tip revision: bd787bd9076f0deb1f2a169b58aea6cfc6d9b521 authored by Sheetal Nandi on 03 March 2023, 23:36:49 UTC
Allow adding arbitrary extension files to program without d.ts files bein on the disk
Tip revision: bd787bd
tsconfig.json
{
    "files": [],
    "include": [],
    "references": [
        { "path": "./cancellationToken" },
        { "path": "./compiler" },
        { "path": "./deprecatedCompat" },
        { "path": "./executeCommandLine" },
        { "path": "./harness" },
        { "path": "./jsTyping" },
        { "path": "./loggedIO" },
        { "path": "./server" },
        { "path": "./services" },
        { "path": "./testRunner" },
        { "path": "./tsc" },
        { "path": "./tsserver" },
        { "path": "./tsserverlibrary" },
        { "path": "./typescript" },
        { "path": "./typingsInstaller" },
        { "path": "./typingsInstallerCore" },
        { "path": "./watchGuard" },
    ]
}
back to top