build: Update vite and other related dependencies (#9772)

* build: update vite and other related dependencies

* chore: use `"errors-only"`
This commit is contained in:
Jiralite
2023-08-13 20:36:23 +01:00
committed by GitHub
parent 9ed1b59df6
commit a1605b3a5e
21 changed files with 203 additions and 125 deletions

View File

@@ -8,7 +8,7 @@ export default defineConfig({
enabled: true,
all: true,
reporter: ['text', 'lcov', 'cobertura'],
provider: 'c8',
provider: 'v8',
include: ['src'],
exclude: [
// All ts files that only contain types, due to ALL