This commit is contained in:
dap
2024-11-12 15:29:27 +08:00
13 changed files with 190 additions and 123 deletions

View File

@@ -22,7 +22,7 @@ export async function typescript(): Promise<Linter.Config[]> {
ecmaVersion: 'latest',
extraFileExtensions: ['.vue'],
jsxPragma: 'React',
project: './tsconfig.*?.json',
project: './tsconfig.*.json',
sourceType: 'module',
},
},