Files
Checkmate/server/nodemon.json
T
Alex Holliday ef2cccf16e ts config
2026-01-09 13:36:58 -08:00

6 lines
108 B
JSON
Executable File

{
"ignore": ["node_modules/*"],
"watch": ["src/**/*.ts", "src/**/*.js", "*.json"],
"ext": "ts,js,json"
}