mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-08 12:55:49 -05:00
12 lines
260 B
JSON
12 lines
260 B
JSON
{
|
|
"extends": "./tsconfig-base",
|
|
"compilerOptions": {
|
|
"declarationMap": false,
|
|
"sourceMap": false,
|
|
"composite": false,
|
|
"incremental": true,
|
|
"declaration": true,
|
|
"stripInternal": true
|
|
}
|
|
}
|