init vue ts

This commit is contained in:
2026-01-22 23:24:51 +08:00
parent 7ff66a7cc2
commit 74a94a0ae9
25 changed files with 3989 additions and 0 deletions

11
vue/tsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"files": [],
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
}
]
}