5 lines
108 B
JSON
Raw Normal View History

2024-04-18 16:40:08 -04:00
{
"watch": ["src"],
"ext": "ts",
"exec": "concurrently \"npx tsc --watch\" \"ts-node src/index.ts\""
}