mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
also in dev we want have "noUnusedLocals": true
This commit is contained in:
@@ -42,7 +42,8 @@
|
|||||||
"@angular/*": ["node_modules/@angular/*"],
|
"@angular/*": ["node_modules/@angular/*"],
|
||||||
"rxjs/*": ["node_modules/rxjs/*"]
|
"rxjs/*": ["node_modules/rxjs/*"]
|
||||||
},
|
},
|
||||||
"suppressImplicitAnyIndexErrors": true
|
"suppressImplicitAnyIndexErrors": true,
|
||||||
|
"noUnusedLocals": true
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"demo",
|
"demo",
|
||||||
|
Reference in New Issue
Block a user