Skip to content

Commit e2920d7

Browse files
mattlewis92hansl
authored andcommitted
fix(@ngtools/webpack): support typescript 2.8 + 2.9
1 parent 1f19624 commit e2920d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"webpack-sources": "^1.1.0"
3232
},
3333
"peerDependencies": {
34-
"typescript": "~2.4.0 || ~2.5.0 || ~2.6.0 || ~2.7.0",
34+
"typescript": "~2.4.0 || ~2.5.0 || ~2.6.0 || ~2.7.0 || ~2.8.0 || ~2.9.0",
3535
"webpack": "^4.0.0"
3636
}
3737
}

0 commit comments

Comments
 (0)