pnpm create vue@latest
All checks were successful
CI / cache-and-install (push) Successful in 50s

This commit is contained in:
严浩
2024-08-04 11:34:25 +08:00
parent ebb7c976ad
commit 90c970bd67
35 changed files with 4953 additions and 0 deletions

11
tsconfig.vitest.json Normal file
View File

@ -0,0 +1,11 @@
{
"extends": "./tsconfig.app.json",
"exclude": [],
"compilerOptions": {
"composite": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.vitest.tsbuildinfo",
"lib": [],
"types": ["node", "jsdom"]
}
}