mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-17 23:35:22 +01:00
[Dev] Enable typechecking for Vite config files (#6853)
This commit is contained in:
parent
943ddf8afc
commit
bde0f65eed
@ -78,12 +78,5 @@
|
||||
},
|
||||
// Exclude checking for script JS files as those are covered by the folder's `jsconfig.json`
|
||||
"include": ["**/*.ts", "**/*.d.ts"],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"dist",
|
||||
"vite.config.ts",
|
||||
"vitest.config.ts",
|
||||
"vitest.workspace.ts",
|
||||
"assets/service-worker.js"
|
||||
]
|
||||
"exclude": ["node_modules", "dist"]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user