SUPER_AI
SUPER_AI
@gxmari007 can you merge this PR to fix the error: There are types at '/Users/xxx/Desktop/my-project/node_modules/vite-plugin-eslint/dist/index.d.ts', but this result could not be resolved when respecting package.json "exports". The 'vite-plugin-eslint' library may...
Same error here. It seems that many libraries might be affected by this issue. While I can work around it by destructuring from default in my own usage, it's hard...
> esbuild ignores named exports defined by `export *` expr, i added a workaround for single `export *`, multiple `export *` currently cannot work > > see [evanw/esbuild#1737](https://github.com/evanw/esbuild/issues/1737) I noticed...