From 4f7c1d9627f1e2e3ad4762a3ee43edc5e96fa32e Mon Sep 17 00:00:00 2001 From: Edward Foyle Date: Thu, 30 Nov 2023 12:17:00 -0800 Subject: [PATCH] fix tsconfig resolution --- .eslintrc.cjs | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 11bf22df13..288ba2716b 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -25,6 +25,7 @@ module.exports = { ecmaVersion: 'latest', sourceType: 'module', project: ['**/tsconfig.json'], + tsconfigRootDir: __dirname, }, plugins: [ '@typescript-eslint',