opt-cc/static/tsconfig.json

17 lines
310 B
JSON
Raw Permalink Normal View History

2017-05-10 11:04:06 +02:00
{
"compileOnSave": false,
"compilerOptions": {
"outDir": "./dist/out-tsc",
2017-07-29 11:46:01 +02:00
"sourceMap": false,
2017-05-10 11:04:06 +02:00
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"lib": [
"es2016",
"dom"
]
}
}