This commit is contained in:
2022-11-03 04:58:16 +08:00
parent 93e69d7516
commit 7b2f3e8675
24 changed files with 11406 additions and 64 deletions

8
tsconfig.config.json Normal file
View File

@@ -0,0 +1,8 @@
{
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*"],
"compilerOptions": {
"composite": true,
"types": ["node"]
}
}