first commit

This commit is contained in:
kanyarat2001 2023-12-13 10:09:04 +07:00
commit 6e3c1a90f7
31 changed files with 14083 additions and 0 deletions

24
tsconfig.json Normal file
View file

@ -0,0 +1,24 @@
{
"files": [],
"references": [
{
"path": "./tsconfig.config.json"
},
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.vitest.json"
}
],
"compilerOptions": {
/* other configs */
"paths": {
"@/*": [
"./*",
// r
]
},
/* other configs */
}
}