Asp.Net_Single_Page_App/Aps Single Page Anwendung/ClientApp/tsconfig.json

22 lines
411 B
JSON
Raw Normal View History

2022-05-16 12:46:57 +02:00
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"module": "esnext",
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es2015",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2017",
"dom"
]
}
}