fix(core): pin typescript to 3.8.3 to avoid __exportStar issue (#8612)

This commit is contained in:
Igor Randjelovic
2020-06-04 19:48:59 +02:00
committed by GitHub
parent c14d5843f2
commit 8931295ab5

View File

@ -38,7 +38,7 @@
"tslint": "^5.4.3",
"typedoc": "^0.13.0",
"typedoc-plugin-external-module-name": "git://github.com/PanayotCankov/typedoc-plugin-external-module-name.git#with-js",
"typescript": "^3.7.5"
"typescript": "~3.8.3"
},
"scripts": {
"setup": "npm run build-core && npm run build-compat && npm run setup-link",