chore: save

This commit is contained in:
zyronon
2023-09-19 18:44:29 +08:00
parent f06069ee6c
commit 7b125bbaa4
14 changed files with 71 additions and 4891 deletions

View File

@@ -35,7 +35,9 @@
//For TS to resolve aliases, they should be added in tsconfig.json under compilerOptions.paths:
// https://betterprogramming.pub/the-right-usage-of-aliases-in-webpack-typescript-4418327f47fa
"paths": {
"@/*": ["*"]
"@/*": [
"*"
]
}
},
"include": [
@@ -43,7 +45,8 @@
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"auto-imports.d.ts"
"auto-imports.d.ts",
"src/vite-env.d.ts"
],
"references": [
{