19 lines
387 B
JSON
19 lines
387 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"removeComments": false,
|
|
"noImplicitAny": true,
|
|
"suppressImplicitAnyIndexErrors": true
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"typings/main",
|
|
"typings/main.d.ts"
|
|
]
|
|
}
|