build(eslint): add tsconfig for all linted files

This commit is contained in:
Alois Klink
2024-06-28 22:59:03 +09:00
parent 14622b0386
commit 0ba712f53c
6 changed files with 48 additions and 2 deletions

View File

@@ -509,6 +509,7 @@ export const getGlobs = (globs: string[]): string[] => {
globs.push(
'!**/.vitepress/**',
'!**/vite.config.ts',
'!**/tsconfig.json',
'!src/docs/index.md',
'!**/package.json',
'!**/user-avatars/**'