18110a8ab0
This commit updates `@angular/*` and `@angular/cli` (and related packages) to version 11.0.0-rc.2. Apart from the automatic migrations, this commit also tries to align `aio/` with new apps generated by the latest CLI. (See [here][1] for a diff between a v10.1.3 and a v11.0.0-rc.2 CLI app.) [1]: https://github.com/cexbrayat/angular-cli-diff/compare/10.1.3...11.0.0-rc.2 PR Close #39600
13 lines
203 B
JSON
13 lines
203 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../out-tsc/e2e",
|
|
"module": "commonjs",
|
|
"target": "es2018",
|
|
"types": [
|
|
"jasmine",
|
|
"node"
|
|
]
|
|
}
|
|
}
|