5 lines
100 B
JSON
5 lines
100 B
JSON
{
|
|
"watch": ["main.ts", "v1"],
|
|
"ext": "ts, json",
|
|
"exec": "tsc && node ./build/main.js"
|
|
} |