{ "$schema": "https://json.schemastore.org/nodemon.json", "restartable": "rs", "ignore": [ "node_modules" ], "verbose": true, "env": { "NODE_ENV": "dev", "TYPESCRIPT": "true" }, "ext": "ts", "exec": "tsx src/index.ts" }