13 lines
219 B
JSON
13 lines
219 B
JSON
|
{
|
||
|
"tests": [
|
||
|
{
|
||
|
"cmd": "yarn",
|
||
|
"args": ["tsc", "--project", "tsconfig.spec.json", "--module", "commonjs"]
|
||
|
},
|
||
|
{
|
||
|
"cmd": "yarn",
|
||
|
"args": ["jasmine", "out-tsc/**/*.spec.js"]
|
||
|
}
|
||
|
]
|
||
|
}
|