6 lines
123 B
JSON
6 lines
123 B
JSON
{
|
|
"ignore": ["**/*.test.ts", "**/*.spec.ts", "node_modules"],
|
|
"watch": ["src"],
|
|
"exec": "yarn start",
|
|
"ext": "ts"
|
|
} |