setup application, server, and configs

This commit is contained in:
ItsMalma
2025-11-03 21:28:16 +07:00
parent 2769bdd894
commit 9aa0de17ee
12 changed files with 182 additions and 17 deletions

View File

@@ -13,7 +13,12 @@
"skipDefaultLibCheck": true,
"strict": true,
"verbatimModuleSyntax": true
"verbatimModuleSyntax": true,
"baseUrl": "src",
"paths": {
"@/*": ["./*"]
}
},
"include": ["src"]