My project setup is unable to find the included type definitions. Not sure why.
Looking at your package.json, it looks like you're doing some "newer/fancier" things with your package setup that I'm unfamiliar with, so I'm not sure where the problem is, but I think I'm using a fairly straight-forward setup, so I'm surprised I have issues. I'm using TypeScript 5.2.2, vscode, and esbuild to build/bundle (though I don't think esbuild should be related here). If I have time, I'll try to do a "minimal repro" of how I got into this state - I have a bit going on in my project and I probably can't share it directly.
My project setup is unable to find the included type definitions. Not sure why.
Looking at your package.json, it looks like you're doing some "newer/fancier" things with your package setup that I'm unfamiliar with, so I'm not sure where the problem is, but I think I'm using a fairly straight-forward setup, so I'm surprised I have issues. I'm using TypeScript 5.2.2, vscode, and esbuild to build/bundle (though I don't think esbuild should be related here). If I have time, I'll try to do a "minimal repro" of how I got into this state - I have a bit going on in my project and I probably can't share it directly.