Spaces:
Configuration error
Configuration error
File size: 152 Bytes
ecaa7fc |
1 2 3 4 5 6 7 |
{
"ignore": ["**/*.spec.ts", ".git", "node_modules"],
"watch": ["commands", "index.ts", "src"],
"exec": "yarn oclif-dev",
"ext": "ts"
}
|