hfhbd
06/23/2021, 2:47 PMnpm-publish
from Martynas Petušk! But if I consume the library, Typescript complaints about kotlin.js not found
.hfhbd
06/23/2021, 2:49 PMkotlin
dependency is bundled with the exported js
file. But it does not expose kotlin
to the dependency block in `package.json`:
"dependencies": {
"node-fetch": "2.6.0",
"abort-controller": "3.0.0",
"ws": "6.2.1",
"@js-joda/core": "3.2.0"
},
Big Chungus
06/23/2021, 3:01 PMBig Chungus
06/23/2021, 3:01 PMBig Chungus
06/23/2021, 3:02 PMhfhbd
06/23/2021, 3:07 PMkotlin.js.Promise
, if it is not re-exported?hfhbd
06/23/2021, 3:21 PMskipLibCheck
workaround is working! Thanks 🎉Big Chungus
06/23/2021, 3:24 PM