Files
olympics-calendar/nodemon.json
Fabrice Lamant 13e1439023 typescript
2024-07-29 21:22:02 +02:00

10 lines
121 B
JSON

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