diff options
Diffstat (limited to 'client/tsconfig.eslint.json')
-rw-r--r-- | client/tsconfig.eslint.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/client/tsconfig.eslint.json b/client/tsconfig.eslint.json new file mode 100644 index 000000000..a18c461fe --- /dev/null +++ b/client/tsconfig.eslint.json | |||
@@ -0,0 +1,8 @@ | |||
1 | { | ||
2 | "extends": "./tsconfig.json", | ||
3 | "include": [ | ||
4 | // adjust "includes" to what makes sense for you and your project | ||
5 | "src/**/*.ts", | ||
6 | "e2e/**/*.ts" | ||
7 | ] | ||
8 | } | ||