22 lines
490 B
JSON
22 lines
490 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"sourceRoot": "src",
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"noImplicitAny": false,
|
|
"sourceMap": false,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"moduleResolution": "node",
|
|
"noUnusedLocals": true
|
|
},
|
|
"compileOnSave": false,
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |