5 lines
108 B
JSON
Raw Normal View History

2024-05-05 21:45:43 -07:00
{
"watch": ["src"],
"ext": "ts",
"exec": "concurrently \"npx tsc --watch\" \"ts-node src/index.ts\""
}