Initial commit

This commit is contained in:
Mohit Nagar
2025-09-27 12:08:31 +05:30
committed by GitHub
commit f283f6043f
47 changed files with 9418 additions and 0 deletions

12
tsconfig.prod.json Normal file
View File

@@ -0,0 +1,12 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"sourceMap": false,
"removeComments": true
},
"exclude": [
"spec",
"src/public/",
"build.ts"
]
}