2019-08-14 05:47:27 -07:00
|
|
|
{
|
|
|
|
"ignore": [
|
|
|
|
"**/*.spec.ts",
|
|
|
|
".git",
|
|
|
|
"node_modules"
|
|
|
|
],
|
|
|
|
"watch": [
|
|
|
|
"commands",
|
|
|
|
"index.ts",
|
|
|
|
"src"
|
|
|
|
],
|
2020-01-01 22:44:36 -08:00
|
|
|
"exec": "npm run build && npm start",
|
2019-08-14 05:47:27 -07:00
|
|
|
"ext": "ts"
|
2020-01-01 22:44:36 -08:00
|
|
|
}
|