Files
olympics-calendar/scraper/nodemon.json
2025-11-30 15:58:48 +01:00

10 lines
121 B
JSON

{
"verbose": false,
"ignore": [
"node_modules",
"cache/**",
"docs/**"
],
"ext": "ts,json,html,css"
}