File tree 8 files changed +12
-14
lines changed
docs/documentation/stories
packages/@angular/cli/blueprints/ng/files
test-app-weird/not/so/source
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
215
215
"experimentalDecorators": true,
216
216
"target": "es5",
217
217
"lib": [
218
- "es2016 ",
218
+ "es2017 ",
219
219
"dom"
220
220
],
221
221
"outDir": "../out-tsc/app",
@@ -239,7 +239,7 @@ CLI projects now use one tsconfig per app ([#4924](https://github.com/angular/an
239
239
"emitDecoratorMetadata": true,
240
240
"experimentalDecorators": true,
241
241
"lib": [
242
- "es2016 ",
242
+ "es2017 ",
243
243
"dom"
244
244
],
245
245
"outDir": "../out-tsc/spec",
@@ -271,7 +271,7 @@ CLI projects now use one tsconfig per app ([#4924](https://github.com/angular/an
271
271
"emitDecoratorMetadata": true,
272
272
"experimentalDecorators": true,
273
273
"lib": [
274
- "es2016 "
274
+ "es2017 "
275
275
],
276
276
"outDir": "../out-tsc/e2e",
277
277
"module": "commonjs",
@@ -302,7 +302,7 @@ There is an additional root-level `tsconfig.json` that is used for IDE integrati
302
302
"node_modules/@types"
303
303
],
304
304
"lib": [
305
- "es2016 ",
305
+ "es2017 ",
306
306
"dom"
307
307
]
308
308
}
Original file line number Diff line number Diff line change 12
12
" node_modules/@types"
13
13
],
14
14
"lib" : [
15
- " es2016 " ,
15
+ " es2017 " ,
16
16
" dom"
17
17
]
18
18
}
Original file line number Diff line number Diff line change 13
13
" node_modules/@types"
14
14
],
15
15
"lib" : [
16
- " es2016 " ,
16
+ " es2017 " ,
17
17
" dom"
18
18
]
19
19
}
Original file line number Diff line number Diff line change 9
9
"emitDecoratorMetadata" : true ,
10
10
"experimentalDecorators" : true ,
11
11
"lib" : [
12
- " es2016 " ,
12
+ " es2017 " ,
13
13
" dom"
14
14
],
15
15
"outDir" : " lib" ,
Original file line number Diff line number Diff line change 11
11
"emitDecoratorMetadata" : true ,
12
12
"experimentalDecorators" : true ,
13
13
"lib" : [
14
- " es2016 " ,
14
+ " es2017 " ,
15
15
" dom"
16
16
],
17
17
"outDir" : " lib" ,
Original file line number Diff line number Diff line change 10
10
"emitDecoratorMetadata" : true ,
11
11
"experimentalDecorators" : true ,
12
12
"lib" : [
13
- " es2016 " ,
13
+ " es2017 " ,
14
14
" dom"
15
15
],
16
16
"outDir" : " lib" ,
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ export function useNg2() {
108
108
'experimentalDecorators' : true ,
109
109
'target' : 'es5' ,
110
110
'lib' : [
111
- 'es2016 ' ,
111
+ 'es2017 ' ,
112
112
'dom'
113
113
] ,
114
114
'outDir' : '../out-tsc/app' ,
@@ -130,7 +130,7 @@ export function useNg2() {
130
130
'emitDecoratorMetadata' : true ,
131
131
'experimentalDecorators' : true ,
132
132
'lib' : [
133
- 'es2016 ' ,
133
+ 'es2017 ' ,
134
134
'dom'
135
135
] ,
136
136
'outDir' : '../out-tsc/spec' ,
@@ -159,7 +159,7 @@ export function useNg2() {
159
159
'emitDecoratorMetadata' : true ,
160
160
'experimentalDecorators' : true ,
161
161
'lib' : [
162
- 'es2016 '
162
+ 'es2017 '
163
163
] ,
164
164
'outDir' : '../out-tsc/e2e' ,
165
165
'module' : 'commonjs' ,
Original file line number Diff line number Diff line change 17
17
"sourceRoot" : " " ,
18
18
"target" : " es6" ,
19
19
"lib" : [
20
- " es2015" ,
21
- " es2016" ,
22
20
" es2017"
23
21
],
24
22
"baseUrl" : " " ,
You can’t perform that action at this time.
0 commit comments