clean start for v2

This commit is contained in:
2023-07-23 00:07:55 +02:00
parent adbcb40ef1
commit 1c70b969df
437 changed files with 0 additions and 178850 deletions

View File

@@ -1,17 +0,0 @@
{
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"lib": ["es2021"]
},
"references": [
{
"path": "./tsconfig.vite-config.json"
}
]
}