13 lines
303 B
JSON
13 lines
303 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es5",
|
||
|
"module": "commonjs",
|
||
|
"moduleResolution": "node",
|
||
|
"sourceMap": true,
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"lib": ["es2015", "dom"],
|
||
|
"noImplicitAny": true,
|
||
|
"suppressImplicitAnyIndexErrors": true
|
||
|
}
|
||
|
}
|