This commit is contained in:
Fran Jurmanović
2022-03-10 18:53:49 +01:00
commit 6ef57924ea
22 changed files with 2084 additions and 0 deletions

9
nodemon.json Normal file
View File

@@ -0,0 +1,9 @@
{
"watch": ["."],
"ext": "ts",
"ignore": ["*.test.ts", "node_modules"],
"delay": "500",
"execMap": {
"ts": "ts-node"
}
}