2020-03-09 17:57:39 +01:00
|
|
|
{
|
|
|
|
"ignore": ["**/*.test.ts", "**/*.spec.ts", ".git", "node_modules"],
|
2021-04-01 21:19:14 +02:00
|
|
|
"watch": ["dist"],
|
2020-03-09 17:57:39 +01:00
|
|
|
"exec": "npm start",
|
2021-04-01 21:19:14 +02:00
|
|
|
"ext": "js"
|
2020-03-09 17:57:39 +01:00
|
|
|
}
|