mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 11:35:42 -06:00
11 lines
183 B
JSON
11 lines
183 B
JSON
{
|
|
"extends": "../tsconfig-base",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"types": [
|
|
"node"
|
|
]
|
|
},
|
|
"include": ["**/*"]
|
|
}
|