Closed unshame closed 1 year ago
:tada: This issue has been resolved in version 2.3.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
There is still an issue with the "moduleResolution": "NodeNext"
and "type":"commonjs"
option.
:tada: This issue has been resolved in version 2.3.3 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
With
"moduleResolution": "NodeNext"
intsconfig.json
, typescript fails to find type definitions forseamless-scroll-polyfill
.This is caused by the following issues:
"types": "./lib/index.d.ts"
underexports
in package.json. Typescript ignores the root"types"
in this mode."type": "module"
inpackage.json
, typescript uses esm path resolution in this mode.