Initial commit

This commit is contained in:
kevisual
2026-02-04 19:05:48 +08:00
commit 263218b481
25 changed files with 4147 additions and 0 deletions

15
tsconfig.json Normal file
View File

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