File tree Expand file tree Collapse file tree 8 files changed +12
-14
lines changed
docs/documentation/stories
packages/@angular/cli/blueprints/ng/files
test-app-weird/not/so/source Expand file tree Collapse file tree 8 files changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ CLI projects now use one tsconfig per app ([#4924](https://github.com/angular/an
215215 "experimentalDecorators": true,
216216 "target": "es5",
217217 "lib": [
218- "es2016 ",
218+ "es2017 ",
219219 "dom"
220220 ],
221221 "outDir": "../out-tsc/app",
@@ -239,7 +239,7 @@ CLI projects now use one tsconfig per app ([#4924](https://github.com/angular/an
239239 "emitDecoratorMetadata": true,
240240 "experimentalDecorators": true,
241241 "lib": [
242- "es2016 ",
242+ "es2017 ",
243243 "dom"
244244 ],
245245 "outDir": "../out-tsc/spec",
@@ -271,7 +271,7 @@ CLI projects now use one tsconfig per app ([#4924](https://github.com/angular/an
271271 "emitDecoratorMetadata": true,
272272 "experimentalDecorators": true,
273273 "lib": [
274- "es2016 "
274+ "es2017 "
275275 ],
276276 "outDir": "../out-tsc/e2e",
277277 "module": "commonjs",
@@ -302,7 +302,7 @@ There is an additional root-level `tsconfig.json` that is used for IDE integrati
302302 "node_modules/@types"
303303 ],
304304 "lib": [
305- "es2016 ",
305+ "es2017 ",
306306 "dom"
307307 ]
308308 }
Original file line number Diff line number Diff line change 1212 " node_modules/@types"
1313 ],
1414 "lib" : [
15- " es2016 " ,
15+ " es2017 " ,
1616 " dom"
1717 ]
1818 }
Original file line number Diff line number Diff line change 1313 " node_modules/@types"
1414 ],
1515 "lib" : [
16- " es2016 " ,
16+ " es2017 " ,
1717 " dom"
1818 ]
1919 }
Original file line number Diff line number Diff line change 99 "emitDecoratorMetadata" : true ,
1010 "experimentalDecorators" : true ,
1111 "lib" : [
12- " es2016 " ,
12+ " es2017 " ,
1313 " dom"
1414 ],
1515 "outDir" : " lib" ,
Original file line number Diff line number Diff line change 1111 "emitDecoratorMetadata" : true ,
1212 "experimentalDecorators" : true ,
1313 "lib" : [
14- " es2016 " ,
14+ " es2017 " ,
1515 " dom"
1616 ],
1717 "outDir" : " lib" ,
Original file line number Diff line number Diff line change 1010 "emitDecoratorMetadata" : true ,
1111 "experimentalDecorators" : true ,
1212 "lib" : [
13- " es2016 " ,
13+ " es2017 " ,
1414 " dom"
1515 ],
1616 "outDir" : " lib" ,
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ export function useNg2() {
108108 'experimentalDecorators' : true ,
109109 'target' : 'es5' ,
110110 'lib' : [
111- 'es2016 ' ,
111+ 'es2017 ' ,
112112 'dom'
113113 ] ,
114114 'outDir' : '../out-tsc/app' ,
@@ -130,7 +130,7 @@ export function useNg2() {
130130 'emitDecoratorMetadata' : true ,
131131 'experimentalDecorators' : true ,
132132 'lib' : [
133- 'es2016 ' ,
133+ 'es2017 ' ,
134134 'dom'
135135 ] ,
136136 'outDir' : '../out-tsc/spec' ,
@@ -159,7 +159,7 @@ export function useNg2() {
159159 'emitDecoratorMetadata' : true ,
160160 'experimentalDecorators' : true ,
161161 'lib' : [
162- 'es2016 '
162+ 'es2017 '
163163 ] ,
164164 'outDir' : '../out-tsc/e2e' ,
165165 'module' : 'commonjs' ,
Original file line number Diff line number Diff line change 1717 "sourceRoot" : " " ,
1818 "target" : " es6" ,
1919 "lib" : [
20- " es2015" ,
21- " es2016" ,
2220 " es2017"
2321 ],
2422 "baseUrl" : " " ,
You can’t perform that action at this time.
0 commit comments