effect
effect copied to clipboard
moduleResolution "Node16" breaks Sync.struct (module augmentation?)
https://github.com/patroza/ts-node16-resolution-test/blob/master/_src/sync-test.ts
Adding to the exports in system, before "./*" resolves the issue:
"./*.js": {
"import": "./_mjs/*.mjs",
"require": "./*.js"
},
I found this in the code, but removing .js had no bearing on the issue:
declare module "../Prelude/HKT/hkt.js" {
@patroza is this still an issue?
@patroza is this still an issue?
no. I start to see a pattern here :D