mirror of
https://github.com/status-im/deps-lock-snitch-bot.git
synced 2025-02-23 16:48:19 +00:00
6 lines
144 B
JSON
6 lines
144 B
JSON
|
{
|
||
|
"ignore": ["**/*.test.ts", "**/*.spec.ts", ".git", "node_modules"],
|
||
|
"watch": ["src"],
|
||
|
"exec": "yarn _start-dev",
|
||
|
"ext": "ts"
|
||
|
}
|