mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2024-11-01 12:11:21 +00:00
20 lines
363 B
JSON
20 lines
363 B
JSON
|
{
|
||
|
"compileOnSave": false,
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./dist/out-tsc",
|
||
|
"sourceMap": true,
|
||
|
"declaration": false,
|
||
|
"moduleResolution": "node",
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"target": "es5",
|
||
|
"typeRoots": [
|
||
|
"node_modules/@types"
|
||
|
],
|
||
|
"lib": [
|
||
|
"es2017",
|
||
|
"dom"
|
||
|
]
|
||
|
}
|
||
|
}
|