https://github.com/Microsoft/TypeScript
Raw File
Tip revision: f0911bb80ac81644a7e8e8a68a8113bf30074992 authored by Ron Buckton on 10 August 2022, 18:23:14 UTC
Use an object instead of an array
Tip revision: f0911bb
tsconfig.json
{
    "files": [],
    "include": [],
    "references": [
        { "path": "./shims" },
        { "path": "./tsc" },
        { "path": "./tsserver" },
        { "path": "./typingsInstaller" },
        { "path": "./watchGuard" },
        { "path": "./debug" },
        { "path": "./cancellationToken" },
        { "path": "./dynamicImportCompat" },
        { "path": "./testRunner" }
    ]
}
back to top