I have made the backend using typescript and the scripts are ``` "dev": "ts-node --env-file-if-exists=.env src/index.ts", "build": "tsc", "start": "tsc && node --env-file-if-exists=.env dist/index.js", ```