fix/ eslint parsing 'parserOptions.project'

This commit is contained in:
Maxime GRIS
2021-03-21 11:36:04 +01:00
parent 0f20fddefb
commit 08ce0221aa
3 changed files with 204 additions and 535 deletions

View File

@@ -8,7 +8,9 @@
},
"include": [
"main.ts",
"polyfill.ts"
"polyfills.ts",
"app/**/*.ts",
"environments/**/*.ts"
],
"exclude": [
"**/*.spec.ts"