22 lines
471 B
JSON
22 lines
471 B
JSON
{
|
|
"compilerOptions": {
|
|
"skipLibCheck": true,
|
|
"declaration": true,
|
|
"noImplicitAny": true,
|
|
"noEmitOnError": false,
|
|
"noImplicitThis": true,
|
|
"noUnusedLocals": true,
|
|
"strictNullChecks": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"downlevelIteration": true,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"target": "es5",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"sourceMap": true
|
|
}
|
|
} |