Skip to content

Commit b4603c1

Browse files
committed
fix(updates): prevent problems updating to latest version
service-workers seem to have a problem no finding the relevant resources on es2015 angular/angular-cli#15259 (comment)
1 parent ddcf8a4 commit b4603c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"moduleResolution": "node",
1010
"emitDecoratorMetadata": true,
1111
"experimentalDecorators": true,
12-
"target": "es2015",
12+
"target": "es5",
1313
"downlevelIteration": true,
1414
"types": [ "node", "jasmine" ],
1515
"typeRoots": [ "../node_modules/@types" ],

0 commit comments

Comments
 (0)