mirror of
https://github.com/zoriya/Kyoo.Angular.git
synced 2025-12-06 06:16:10 +00:00
Ignoring dist file for angular's compiler
This commit is contained in:
@@ -97,7 +97,8 @@
|
||||
"options": {
|
||||
"tsConfig": "tsconfig.json",
|
||||
"exclude": [
|
||||
"**/node_modules/**"
|
||||
"**/node_modules/**",
|
||||
"dist"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,6 +21,9 @@
|
||||
],
|
||||
"allowJs": true
|
||||
},
|
||||
"exclude": [
|
||||
"dist/**"
|
||||
],
|
||||
"angularCompilerOptions": {
|
||||
"fullTemplateTypeCheck": true,
|
||||
"strictInjectionParameters": true
|
||||
|
||||
Reference in New Issue
Block a user