fix: fix some tests

This commit is contained in:
2025-02-02 00:45:46 +08:00
parent 28da493462
commit 6a03a2bd62
93 changed files with 2671 additions and 1622 deletions

View File

@@ -6,6 +6,8 @@
"noUncheckedIndexedAccess": true,
"outDir": "./dist/tsc-test",
"types": ["vitest/globals", "node"],
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"paths": {
"@/testing": ["./src/testing"],
"@/testing/*": ["./src/testing/*"],