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