Martin Tausen
Martin Tausen
I have had this error before, and have it again now. I have been able to work around it, by adding this to the `package.json`: ```json ... "main": "microsoft-graph.d.ts" ......
> @n1jmbt I am curious to know what happens if main is set to empty -> main: ""? Setting `main` to empty (`""`), does not work :( I can can...
This is the full error, and is dubplicated for every file it is imported in, I have 6 identical errors ```js X [ERROR] [plugin vite:dep-scan] Failed to resolve entry for...
Same as these: https://github.com/vitejs/vite/issues/7754 https://github.com/vitejs/vite/issues/7671 https://github.com/vitejs/vite/issues/7725