mirror of
https://github.com/status-im/packages-check-bot.git
synced 2025-02-22 09:08:22 +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"
|
|
} |