feat: 初版提交

This commit is contained in:
2023-02-22 07:29:52 +08:00
commit 6265aeb413
59 changed files with 8564 additions and 0 deletions

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"]
}
}