This commit is contained in:
telangpu
2026-05-10 23:02:06 +08:00
parent 35a00381fe
commit 04f5825fc5
206 changed files with 57968 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["./**/*", "../support/**/*"],
"compilerOptions": {
"isolatedModules": false,
"target": "es5",
"lib": ["es5", "dom"],
"types": ["cypress"]
}
}