mirror of
https://github.com/block-core/angor-hub-old.git
synced 2025-12-17 01:44:19 +01:00
- Fixes all issues with strict mode. - Might introduce some bugs as there was a few properties and types that was not correct.
32 lines
928 B
JSON
32 lines
928 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"baseUrl": "./src",
|
|
"outDir": "./dist/out-tsc",
|
|
"paths": {
|
|
"@blockcore/*": ["node_modules/@blockcore/*"]
|
|
},
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"experimentalDecorators": true,
|
|
"moduleResolution": "bundler",
|
|
"importHelpers": true,
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"useDefineForClassFields": false,
|
|
"lib": ["ES2022", "dom"],
|
|
"strict": false,
|
|
"noImplicitOverride": false,
|
|
"noImplicitReturns": false,
|
|
"noFallthroughCasesInSwitch": false,
|
|
"skipLibCheck": true
|
|
},
|
|
"angularCompilerOptions": {
|
|
"enableI18nLegacyMessageIdFormat": false,
|
|
"strictInjectionParameters": false,
|
|
"strictInputAccessModifiers": false,
|
|
"strictTemplates": true
|
|
}
|
|
}
|