From 3b3e39aa4ee8ce26558ec3c08a9e22b6bc053854 Mon Sep 17 00:00:00 2001 From: Stephen Carter Date: Wed, 13 Dec 2023 11:37:35 -0500 Subject: [PATCH] FIX (DO NOT MERGE) --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 28a3ed529..46731b4a1 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -9,7 +9,8 @@ "parserOptions": { "sourceType": "module", "ecmaVersion": 2018, - "project": "./tsconfig.json" + "project": "./tsconfig.json", + "tsconfigRootDir": "." }, "plugins": [ "@typescript-eslint"