hemat_solution/tsconfig.json

28 lines
599 B
JSON
Raw Permalink Normal View History

2024-04-19 12:53:45 +07:00
{
"compileOnSave": true,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"module": "es2020",
"moduleResolution": "node",
"experimentalDecorators": true,
"importHelpers": true,
"allowSyntheticDefaultImports": true,
"target": "ES2015",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2018",
"dom"
],
"paths": { "@angular/*": ["./node_modules/@angular/*"] }
},
"angularCompilerOptions": {
"enableIvy": true,
"allowEmptyCodegenFiles": true
}
}