mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-22 09:03:08 -05:00
17 lines
380 B
JSON
17 lines
380 B
JSON
{
|
|
"extends": "../tsconfig-base",
|
|
"compilerOptions": {
|
|
"types": [
|
|
"node"
|
|
]
|
|
},
|
|
"references": [
|
|
{ "path": "../compiler" },
|
|
{ "path": "../jsTyping" },
|
|
{ "path": "../typingsInstallerCore" },
|
|
{ "path": "../services" },
|
|
{ "path": "../deprecatedCompat" }
|
|
],
|
|
"include": ["**/*"]
|
|
}
|