You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Settings for module and moduleResolution in compilerOptions in tsconfig.base.json should be also used for tsconfig.lib.json and tsconfig.rollup.json.
Actual Behavior
If I do not specify 'moduleandmoduleResolutionintsconfig.rollup.json` I get the warning
(!) [plugin typescript] @rollup/plugin-typescript TS5110: Option 'module' must be set to 'Node16' when option 'moduleResolution' is set to 'Node16'.
The same warning appears when I do not specify these settings in the rollup.config.ts in the typescript plugin options or in the file tsconfig.lib.json.
Additional Information
The text was updated successfully, but these errors were encountered:
Expected Behavior
Settings for
module
andmoduleResolution
incompilerOptions
intsconfig.base.json
should be also used fortsconfig.lib.json
andtsconfig.rollup.json
.Actual Behavior
If I do not specify 'module
and
moduleResolutionin
tsconfig.rollup.json` I get the warningThe same warning appears when I do not specify these settings in the
rollup.config.ts
in the typescript plugin options or in the filetsconfig.lib.json
.Additional Information
The text was updated successfully, but these errors were encountered: