mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +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",
|
"tslint": "^5.4.3",
|
||||||
"typedoc": "^0.13.0",
|
"typedoc": "^0.13.0",
|
||||||
"typedoc-plugin-external-module-name": "git://github.com/PanayotCankov/typedoc-plugin-external-module-name.git#with-js",
|
"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": {
|
"scripts": {
|
||||||
"setup": "npm run build-core && npm run build-compat && npm run setup-link",
|
"setup": "npm run build-core && npm run build-compat && npm run setup-link",
|
||||||
|
Reference in New Issue
Block a user