From 9b423533b2dddfd9200d30f8bf41816084ee4325 Mon Sep 17 00:00:00 2001 From: droak Date: Fri, 31 Jan 2025 20:42:41 +0900 Subject: [PATCH] fix: eslint tsconfig root dir --- eslint.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/eslint.config.mjs b/eslint.config.mjs index 314d0677..691240f3 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -45,6 +45,7 @@ const config = tseslint.config( parserOptions: { ecmaVersion: 2021, sourceType: "module", + tsconfigRootDir: import.meta.dirname, project: "./tsconfig.json", }, globals: {