mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-07 14:34:35 -06:00
10 lines
197 B
JSON
10 lines
197 B
JSON
{
|
|
"extends": "./tsconfig-base",
|
|
"compilerOptions": {
|
|
"declaration": false,
|
|
"declarationMap": false,
|
|
"composite": false,
|
|
"incremental": true
|
|
}
|
|
}
|