initial commit

This commit is contained in:
Syahdan 2026-04-29 17:01:16 +07:00
commit 33e75c056f
77 changed files with 4329 additions and 0 deletions

11
apps/server/tsconfig.json Normal file
View file

@ -0,0 +1,11 @@
{
"extends": "@minmon/config/tsconfig.base.json",
"compilerOptions": {
"composite": true,
"outDir": "dist",
"paths": {
"@/*": ["./src/*"]
},
"jsx": "react-jsx"
}
}