mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Ignoring dist file for angular's compiler
This commit is contained in:
parent
79b0e57b82
commit
833458ac60
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user