mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
e5c3017df3
Moving angular-compiler-options docs inline code to external file of tsconfig.json and tsconfig.app.json. closes #43336 PR Close #43545
19 lines
351 B
JSON
19 lines
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}"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|