aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/.angular-cli.json
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/.angular-cli.json')
-rw-r--r--webapp/.angular-cli.json10
1 files changed, 6 insertions, 4 deletions
diff --git a/webapp/.angular-cli.json b/webapp/.angular-cli.json
index 9aa0157..e257100 100644
--- a/webapp/.angular-cli.json
+++ b/webapp/.angular-cli.json
@@ -47,14 +47,16 @@
},
"lint": [
{
- "files": "src/**/*.ts",
- "project": "src/tsconfig.app.json"
+ "project": "src/tsconfig.app.json",
+ "exclude": "**/node_modules/**"
},
{
- "project": "src/tsconfig.spec.json"
+ "project": "src/tsconfig.spec.json",
+ "exclude": "**/node_modules/**"
},
{
- "project": "e2e/tsconfig.e2e.json"
+ "project": "e2e/tsconfig.e2e.json",
+ "exclude": "**/node_modules/**"
}
],
"test": {