summaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index d8c4cb7..d8809d9 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -10,6 +10,9 @@
},
"parserOptions": {
"ecmaVersion": 2020,
- "sourceType": "module"
- }
+ "project": "./tsconfig.json",
+ "sourceType": "module",
+ "tsconfigRootDir": "."
+ },
+ "root": true
}