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