TypeScript/src/tsconfig.json
2024-11-05 14:35:02 -08:00

20 lines
552 B
JSON

{
"files": [],
"include": [],
"references": [
{ "path": "./compiler" },
{ "path": "./deprecatedCompat" },
{ "path": "./harness" },
{ "path": "./jsTyping" },
{ "path": "./server" },
{ "path": "./services" },
{ "path": "./testRunner" },
{ "path": "./tsc" },
{ "path": "./tsserver" },
{ "path": "./typescript" },
{ "path": "./typingsInstaller" },
{ "path": "./typingsInstallerCore" },
{ "path": "./watchGuard" }
]
}