1
0
mirror of https://github.com/avatao-content/frontend-tutorial-framework synced 2025-01-26 03:31:57 +00:00
frontend-tutorial-framework/tsconfig.json

20 lines
363 B
JSON
Raw Normal View History

{
"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"
]
}
}