From 43a8bd546768e14383b1e77266647d486b31d436 Mon Sep 17 00:00:00 2001 From: "jan.silhan" Date: Wed, 16 Oct 2024 12:50:55 +0200 Subject: [PATCH] fix typo in the documentation --- docs/getting-started/Typed_Linting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/Typed_Linting.mdx b/docs/getting-started/Typed_Linting.mdx index f6f04a21736a..e3c10288f0b8 100644 --- a/docs/getting-started/Typed_Linting.mdx +++ b/docs/getting-started/Typed_Linting.mdx @@ -211,7 +211,7 @@ export default tseslint.config( languageOptions: { parserOptions: { projectService: true, - tsconfigRootDir: import.meta.name, + tsconfigRootDir: import.meta.dirname, }, }, },