This commit is contained in:
2026-01-30 17:03:32 +08:00
parent 06a12b5052
commit f9adaeca4d
44 changed files with 10227 additions and 0 deletions

14
tsconfig.json Normal file
View File

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