feat: update moduleResolution
from node
to node16
or bundler
#29716
Labels
moduleResolution
from node
to node16
or bundler
#29716
Prerequisites
Describe the Feature Request
Currently Ionic framework (
@ionic/core
) usesnode
asmoduleResolution
which is meant to be used with Node v10 or older. Modern code bases should use something likenode16
orbundler
to support export maps and other ESM features.Describe the Use Case
I've started to work on #29715 which requires
node16
due to the fact that we modernized the React Output Target code base.Describe Preferred Solution
"moduleResolution": "bundler"
in/core/tsconfig.json
/core/package.json
Describe Alternatives
n/a
Related Code
n/a
Additional Information
n/a
The text was updated successfully, but these errors were encountered: