chore(tsconfig): fix empty type

This commit is contained in:
Elian Doran
2026-01-02 00:04:52 +02:00
parent 3f5616f1fc
commit 06980fe9b5

View File

@@ -3,7 +3,6 @@
"compilerOptions": {
"outDir": "./out-tsc/vitest",
"types": [
"",
"node",
"vitest"
],