aboutsummaryrefslogtreecommitdiffhomepage
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index a49a9e71b..dd3821398 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -100,8 +100,12 @@
100 "node_modules/" 100 "node_modules/"
101 ], 101 ],
102 "parserOptions": { 102 "parserOptions": {
103 "EXPERIMENTAL_useSourceOfProjectReferenceRedirect": true,
103 "project": [ 104 "project": [
104 "./tsconfig.json", 105 "./tsconfig.json",
106 "./shared/tsconfig.json",
107 "./scripts/tsconfig.json",
108 "./server/tsconfig.json",
105 "./server/tools/tsconfig.json" 109 "./server/tools/tsconfig.json"
106 ] 110 ]
107 } 111 }