7 lines
157 B
JSON
7 lines
157 B
JSON
{
|
|
"watch": ["spec"],
|
|
"ext": "spec.ts",
|
|
"ignore": ["spec/support"],
|
|
"exec": "./node_modules/.bin/ts-node --files -r tsconfig-paths/register ./spec"
|
|
}
|