viell

Results 3 issues of viell

## 🚀 Feature request ### Current Behavior When using `"moduleResolution": "NodeNext",` in your tsconfig it expects an `"exports": ...` field in package.json in order to resolve the package. Otherwise: `Cannot...

### Problem to solve When using `moduleResolution: NodeNext` in `tsconfig.json` the `exports` field is used for imports and types. So `package.json` must have `types` fields in the `exports` field. And...

T: enhancement
typescript

Not sure if this is a problem on your end of some quirk of Yarn. ``` failed to load config from /home/viell/projects/vite-plugin-bug-repro/packages/web/vite.config.mts error when starting dev server: Error: @vue/devtools-core tried...

help wanted