Typecheck app.config.js (#9771)

* typecheck app.config.js

* fix eslint warning

* use import.meta.url instead of __dirname

* dirname, not url
This commit is contained in:
Samuel Newman
2026-01-27 19:09:06 +02:00
committed by GitHub
parent 69a765cc0d
commit 2953b3a094
3 changed files with 28 additions and 14 deletions
+1
View File
@@ -77,6 +77,7 @@ export default defineConfig(
parserOptions: {
parser: tsParser,
projectService: true,
tsconfigRootDir: import.meta.dirname,
ecmaFeatures: {
jsx: true,
},