This commit is contained in:
telangpu
2026-05-10 23:25:27 +08:00
parent c8dc57a3f6
commit 4ef6bfcdba
155 changed files with 111106 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"]
}
}