We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e6a69 commit a78fe96Copy full SHA for a78fe96
tests/angular_devkit/build_ng_packagr/ng-packaged-ve/tsconfig.json
@@ -6,9 +6,9 @@
6
"sourceMap": true,
7
"declaration": false,
8
"moduleResolution": "node",
9
- "emitDecoratorMetadata": true,
10
"experimentalDecorators": true,
11
- "target": "es5",
+ "target": "es2015",
+ "module": "esnext",
12
"typeRoots": [
13
"node_modules/@types"
14
],
tests/angular_devkit/build_ng_packagr/ng-packaged/tsconfig.json
0 commit comments