9 lines
114 B
JSON
Raw Normal View History

{
"tests": [
{
"cmd": "yarn",
2020-01-08 12:48:25 +00:00
"args": [ "tsc", "--project", "./tsconfig.app.json" ]
}
]
}