Ignoring dist file for angular's compiler

This commit is contained in:
Zoe Roux 2021-03-04 22:49:20 +01:00
parent 79b0e57b82
commit 833458ac60
2 changed files with 5 additions and 1 deletions

View File

@ -97,7 +97,8 @@
"options": {
"tsConfig": "tsconfig.json",
"exclude": [
"**/node_modules/**"
"**/node_modules/**",
"dist"
]
}
}

View File

@ -21,6 +21,9 @@
],
"allowJs": true
},
"exclude": [
"dist/**"
],
"angularCompilerOptions": {
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true