TypeScript/src/testRunner/tsconfig.json
2023-09-01 15:26:01 -07:00

22 lines
538 B
JSON

{
"extends": "../tsconfig-base",
"compilerOptions": {
"types": [
"node",
"mocha",
"chai"
]
},
"references": [
{ "path": "../compiler" },
{ "path": "../executeCommandLine" },
{ "path": "../services" },
{ "path": "../jsTyping" },
{ "path": "../server" },
{ "path": "../typingsInstallerCore" },
{ "path": "../deprecatedCompat" },
{ "path": "../harness" }
],
"include": ["**/*"]
}