diff options
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index c7597cef3..dd3821398 100644 --- a/.eslintrc.json +++ b/.eslintrc.json | |||
@@ -100,6 +100,7 @@ | |||
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", |
105 | "./shared/tsconfig.json", | 106 | "./shared/tsconfig.json", |