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": {
|
"options": {
|
||||||
"tsConfig": "tsconfig.json",
|
"tsConfig": "tsconfig.json",
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"**/node_modules/**"
|
"**/node_modules/**",
|
||||||
|
"dist"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -21,6 +21,9 @@
|
|||||||
],
|
],
|
||||||
"allowJs": true
|
"allowJs": true
|
||||||
},
|
},
|
||||||
|
"exclude": [
|
||||||
|
"dist/**"
|
||||||
|
],
|
||||||
"angularCompilerOptions": {
|
"angularCompilerOptions": {
|
||||||
"fullTemplateTypeCheck": true,
|
"fullTemplateTypeCheck": true,
|
||||||
"strictInjectionParameters": true
|
"strictInjectionParameters": true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user