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, }, }, },