This commit is contained in:
2023-04-27 16:01:54 +08:00
parent 8e6ecdd677
commit 5fecd74d59
49 changed files with 4654 additions and 856 deletions

8
tsconfig.node.json Normal file
View File

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