mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
21 lines
492 B
JSON
21 lines
492 B
JSON
{
|
|
"extends": "../tsconfig-base",
|
|
"compilerOptions": {
|
|
"types": [
|
|
"node",
|
|
"mocha",
|
|
"chai"
|
|
]
|
|
},
|
|
"references": [
|
|
{ "path": "../compiler" },
|
|
{ "path": "../services" },
|
|
{ "path": "../jsTyping" },
|
|
{ "path": "../server" },
|
|
{ "path": "../typingsInstallerCore" },
|
|
{ "path": "../deprecatedCompat" },
|
|
{ "path": "../harness" }
|
|
],
|
|
"include": ["**/*"]
|
|
}
|