angular-cn/aio/content/examples/practical-observable-usage/example-config.json

9 lines
114 B
JSON
Raw Normal View History

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