mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
22 lines
538 B
JSON
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": ["**/*"]
|
|
}
|