1
Fork 0
solar-conflux/typescript/multiplayer-backend/nodemon.json

6 lines
116 B
JSON
Raw Normal View History

{
"watch": ["src"],
"ext": "ts",
"ignore": ["src/**/*.spec.ts"],
"exec": "ts-node ./src/main.ts"
}