mirror of https://github.com/abpframework/abp.git
csharpabpc-sharpframeworkblazoraspnet-coredotnet-coreaspnetcorearchitecturesaasdomain-driven-designangularmulti-tenancy
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
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
|
|
}
|
|
}
|
|
|