{
  "$schema": "https://json.schemastore.org/nodemon.json",
  "ext": "ts",
  "exec": "ts-node src/server.ts -- -I --watch src ../src",
  "stdin": false
}