This commit is contained in:
2025-11-24 13:49:36 +08:00
parent 21b56d0948
commit 8b9fdb706f
43 changed files with 8123 additions and 622 deletions

14
frontend/tsconfig.json Normal file
View File

@@ -0,0 +1,14 @@
{
"extends": "@kevisual/types/json/frontend.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
]
},
},
"include": [
"src/**/*",
],
}