This commit is contained in:
SonPhung
2026-07-10 00:28:31 +07:00
commit f7fec6e510
35 changed files with 5476 additions and 0 deletions

12
tsconfig.json Normal file
View File

@@ -0,0 +1,12 @@
{
"files": [],
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
}