https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 129896e086c03ce1d6672fb354597c2b316fabfd authored by Sheetal Nandi on 10 March 2023, 19:49:22 UTC
Add allowPlugins on commandline which is needed to resolve watchFactory
Tip revision: 129896e
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