Closed thanawatarista closed 1 year ago
:tada: This issue has been resolved in version 1.2.4 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Thank you @thanawatarista!
Thanks for fixing this so quickly @iam-medvedev !
Expected Behavior
Types to be resolved.
Actual Behavior
The types for this package could not be resolved when using the
"moduleResolution": "bundler"
in your TSConfig.See:
This is the issue:
Steps to Reproduce the Problem
"moduleResolution": "bundler"
in"compileOptions"
.tsc --noEmit
The fix is to change this package's
package.json
, line: https://github.com/iam-medvedev/esbuild-plugin-less/blob/main/package.json#L30 to:Versions
esbuild
: 0.18.10esbuild-plugin-less
: 1.2.3