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:
@@ -77,6 +77,7 @@ export default defineConfig(
|
||||
parserOptions: {
|
||||
parser: tsParser,
|
||||
projectService: true,
|
||||
tsconfigRootDir: import.meta.dirname,
|
||||
ecmaFeatures: {
|
||||
jsx: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user