angular/aio/content/examples/angular-compiler-options/example-config.json

19 lines
No EOL
342 B
JSON

{
"projectType": "cli",
"overrideBoilerplate": [
"tsconfig.json",
"tsconfig.app.json"
],
"tests": [
{
"cmd": "yarn",
"args": [
"e2e",
"--protractor-config=e2e/protractor-bazel.conf.js",
"--no-webdriver-update",
"--port=0"
]
}
]
}