22 lines
479 B
JSON
22 lines
479 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": false,
|
|
"sourceMap": true,
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
"declaration": true,
|
|
"lib": [
|
|
"es2015"
|
|
],
|
|
"noUnusedLocals": false,
|
|
"noImplicitReturns": true,
|
|
"noImplicitThis": true,
|
|
"alwaysStrict": true,
|
|
"noUnusedParameters": false,
|
|
"pretty": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"allowUnreachableCode": false,
|
|
"experimentalDecorators": true
|
|
}
|
|
}
|