Build fails after changing TS path alias

I changed the default path alias from "~*": ["./src/*"] to "~/*": ["./src/*"] and updated all imports in the project accordingly. tsc does not report any issues, and vite build builds the web version just fine, but plasmo build fails with an error from the Parcel package (see screenshot). Any ideas?

Windows 11, Plasmo 0.84.2, Node 20.11.0, TypeScript 5.3.3
image.png
Was this page helpful?