mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-13 06:20:23 -06:00
10 lines
152 B
JSON
10 lines
152 B
JSON
{
|
|
"extends": "../tsconfig-base",
|
|
"compilerOptions": {
|
|
"types": [
|
|
"node"
|
|
]
|
|
},
|
|
"include": ["**/*"]
|
|
}
|