mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
Merge pull request #5220 from atscott/correctTsconfig
build: correct tsconfig.app.json file includes
This commit is contained in:
commit
d403ccb55f
1 changed files with 8 additions and 1 deletions
|
|
@ -7,7 +7,14 @@
|
|||
"allowSyntheticDefaultImports": true
|
||||
},
|
||||
"files": ["main.ts", "polyfills.ts"],
|
||||
"include": ["**/*.d.ts"],
|
||||
"include": ["app/**/*.ts"],
|
||||
"exclude": [
|
||||
"**/*.spec.ts",
|
||||
"**/*.worker.ts",
|
||||
"**/__mocks__/**",
|
||||
"**/test-utils.ts",
|
||||
"app/util/**/*.ts"
|
||||
],
|
||||
"angularCompilerOptions": {
|
||||
"fullTemplateTypeCheck": true,
|
||||
"strictInjectionParameters": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue