refactor: Migrate the project functionality and optimize the code structure

This commit is contained in:
hayden
2024-10-12 17:31:11 +08:00
committed by hayden
parent d96aff80c2
commit c1747a79f3
71 changed files with 6741 additions and 1320 deletions

View File

@@ -24,7 +24,14 @@
"allowJs": true,
"baseUrl": ".",
"outDir": "./web",
"rootDir": "./"
"rootDir": "./",
"paths": {
"components/*": ["src/components/*"],
"hooks/*": ["src/hooks/*"],
"scripts/*": ["src/scripts/*"],
"types/*": ["src/types/*"],
"utils/*": ["src/utils/*"],
}
},
"include": [
"src/**/*",