mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-07 23:08:20 -06:00
12 lines
320 B
JSON
12 lines
320 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES5",
|
|
"module": "commonjs",
|
|
"outDir": "../../built/scripts/processTypes/",
|
|
"experimentalDecorators": true,
|
|
"noImplicitAny": true,
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
"sourceMap": true
|
|
}
|
|
} |