12 lines
206 B
JSON
12 lines
206 B
JSON
|
{
|
||
|
"watch": [
|
||
|
"src"
|
||
|
],
|
||
|
"ignore": [
|
||
|
"src/**/*.test.ts",
|
||
|
"node_modules"
|
||
|
],
|
||
|
"ext": "ts,js,json",
|
||
|
"exec": "etsc && node ./dist/index.js",
|
||
|
"legacyWatch": true
|
||
|
}
|