2019-08-14 05:47:27 -07:00
|
|
|
{
|
2022-11-22 05:11:29 -08:00
|
|
|
"ignore": ["**/*.spec.ts", ".git", "node_modules"],
|
2024-08-30 09:03:47 -07:00
|
|
|
"watch": ["dist"],
|
2020-01-10 12:26:06 -08:00
|
|
|
"exec": "npm start",
|
2024-08-30 09:03:47 -07:00
|
|
|
"ext": "js"
|
2022-11-22 05:11:29 -08:00
|
|
|
}
|