Revert "chore: migrate to vitest (#42506)" (#42900)

This reverts commit 6759887c44.
This commit is contained in:
MadCcc
2023-06-07 21:59:21 +08:00
committed by GitHub
parent 80264a7aa5
commit 7322aa6f5f
444 changed files with 3577 additions and 3489 deletions

View File

@@ -18,11 +18,10 @@
"noUnusedParameters": true,
"noUnusedLocals": true,
"noImplicitAny": true,
"target": "es2017",
"target": "es6",
"lib": ["dom", "es2017"],
"skipLibCheck": true,
"stripInternal": true,
"types": ["vitest/globals"]
"stripInternal": true
},
"exclude": ["node_modules", "lib", "es"]
}