This commit is contained in:
2025-10-22 17:13:33 +08:00
parent ba5aac3859
commit 13eee63bd1
8 changed files with 334 additions and 191 deletions

14
tsconfig.json Normal file
View File

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