mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Moving angular-compiler-options docs inline code to external file of tsconfig.json and tsconfig.app.json. closes #43336 PR Close #43545
19 lines
No EOL
351 B
JSON
19 lines
No EOL
351 B
JSON
{
|
|
"projectType": "cli",
|
|
"overrideBoilerplate": [
|
|
"tsconfig.json",
|
|
"tsconfig.app.json"
|
|
],
|
|
"tests": [
|
|
{
|
|
"cmd": "yarn",
|
|
"args": [
|
|
"e2e",
|
|
"--protractor-config=e2e/protractor-puppeteer.conf.js",
|
|
"--no-webdriver-update",
|
|
"--port={PORT}"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|