mirror of
https://git.zavage.net/Zavage-Software/skrill-frontend.git
synced 2025-01-18 12:02:20 -07:00
23 lines
538 B
JSON
23 lines
538 B
JSON
|
{
|
||
|
"compileOnSave": false,
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": "./",
|
||
|
"outDir": "./dist/out-tsc",
|
||
|
"sourceMap": true,
|
||
|
"declaration": false,
|
||
|
"downlevelIteration": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"esModuleInterop": true,
|
||
|
"module": "es2020",
|
||
|
"moduleResolution": "node",
|
||
|
"importHelpers": true,
|
||
|
"target": "ES2022",
|
||
|
"lib": ["es2018", "dom"],
|
||
|
"useDefineForClassFields": false
|
||
|
},
|
||
|
"angularCompilerOptions": {
|
||
|
"fullTemplateTypeCheck": true,
|
||
|
"strictInjectionParameters": true
|
||
|
}
|
||
|
}
|