mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
fix(core): pin typescript to 3.8.3 to avoid __exportStar issue (#8612)
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user