Köble István
Köble István
I agree. We would need this to work, because we're using this within a monorepo, and specifying path aliases would be very useful. Thanks
@pmcelhaney In our application, we have a 'base' tsconfig in the monorepo root, and some packages have their own tsconfig file which extends the one from the root. So it...
@pmcelhaney FYI, I worked around my issue via: `import { fromRollup } from '@web/dev-server-rollup'; import tsConfigPaths from 'rollup-plugin-tsconfig-paths'; const tsPaths = fromRollup(tsConfigPaths.default); // ... plugins: [ tsPaths({}), esbuildPlugin({ ts: true...
Any update on this issu?
Bump. This is still relevant..
Same issue. Abandoned??