migration to typescript
This commit is contained in:
parent
924000b084
commit
9fde77468a
41 changed files with 11952 additions and 10164 deletions
14
Backend/nodemon.json
Normal file
14
Backend/nodemon.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"watch": [
|
||||
"src"
|
||||
],
|
||||
"ext": "ts,json",
|
||||
"ignore": [
|
||||
"src/**/*.test.ts",
|
||||
"node_modules"
|
||||
],
|
||||
"exec": "ts-node -r tsconfig-paths/register src/server.ts",
|
||||
"env": {
|
||||
"NODE_ENV": "development"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue