mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-10 15:25:54 -06:00
11 lines
230 B
JSON
11 lines
230 B
JSON
{
|
|
"extends": "./tsconfig-base",
|
|
"compilerOptions": {
|
|
"declarationMap": false,
|
|
"composite": false,
|
|
"incremental": true,
|
|
"declaration": true,
|
|
"stripInternal": true
|
|
}
|
|
}
|