Jurriaan Mous
02/25/2021, 3:11 PM"types": "kotlin/shared.d.ts"
field in the package.json
. Without that field TypeScript did not detect the types of the module in the project. I for now added the field manually with:
compilations["main"].packageJson {
customField("types", "kotlin/shared.d.ts")
}
Did I miss a setting or should I report an issue to YouTrack?Big Chungus
02/25/2021, 5:21 PM