mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 16:38:05 -06:00
14 lines
220 B
JSON
14 lines
220 B
JSON
{
|
|
"extends": "../tsconfig-base",
|
|
|
|
"compilerOptions": {
|
|
"types": [
|
|
"node"
|
|
]
|
|
},
|
|
"references": [
|
|
{ "path": "../typescript" }
|
|
],
|
|
"include": ["**/*"]
|
|
}
|