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

6
spec/nodemon.json Normal file
View File

@@ -0,0 +1,6 @@
{
"watch": ["spec"],
"ext": "spec.ts",
"ignore": ["spec/support"],
"exec": "./node_modules/.bin/ts-node --files -r tsconfig-paths/register ./spec"
}