Commits

Giuseppe Digilio authored 59a02638173
upgrade to angular 10 intermediate commit
No tags

e2e/tsconfig.json

Modified
1 1 {
2 2 "compileOnSave": false,
3 3 "compilerOptions": {
4 4 "declaration": false,
5 5 "emitDecoratorMetadata": true,
6 6 "experimentalDecorators": true,
7 7 "module": "commonjs",
8 8 "moduleResolution": "node",
9 9 "outDir": "../dist/out-tsc-e2e",
10 10 "sourceMap": true,
11 - "target": "es5",
11 + "target": "es2018",
12 12 "typeRoots": [
13 13 "../node_modules/@types"
14 14 ]
15 15 }
16 16 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut