Open Source Web Application Framework for ASP.NET Core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

33 lines
748 B

{
"extends": "../../tsconfig.base.json",
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.spec.json"
},
{
"path": "./tsconfig.editor.json"
}
],
"compilerOptions": {
"strict": false,
"noImplicitReturns": false,
"noFallthroughCasesInSwitch": true,
"skipLibCheck": true,
"target": "es2022",
"moduleResolution": "bundler",
"module": "preserve",
"allowSyntheticDefaultImports": true,
"strictPropertyInitialization": false,
"useDefineForClassFields": false
},
"angularCompilerOptions": {
"strictInjectionParameters": false,
"strictInputAccessModifiers": false,
"strictTemplates": false
}
}