mirror of https://github.com/abpframework/abp.git
committed by
GitHub
1 changed files with 7 additions and 2 deletions
@ -1,7 +1,12 @@ |
|||
{ |
|||
"extends": "./tsconfig.lib.json", |
|||
"compilerOptions": { |
|||
"declarationMap": false |
|||
"declarationMap": false, |
|||
"target": "ES2022", |
|||
"useDefineForClassFields": false, |
|||
"skipLibCheck": true |
|||
}, |
|||
"exclude": ["**/*.spec.ts", "jest.config.ts", "src/test-setup.ts", "**/*.test.ts"] |
|||
"angularCompilerOptions": { |
|||
"compilationMode": "partial" |
|||
} |
|||
} |
|||
|
|||
Loading…
Reference in new issue