rollup-plugin-typescript2
rollup-plugin-typescript2 copied to clipboard
Rollup plugin for typescript with compiler errors.
This option is needed to solve https://github.com/grpc/grpc-node/issues/2617 which prevents grpc-js from being compiled using rollup-plugin-typescript2 Currently only ES2015, ES2020, ES2022 and ESNext module options are supported. Option was added in...
## Troubleshooting ## What happens and why is it incorrect recently I've been trying to move my entire design-system build and test process to Deno. what makes it hard is...
## Summary Running `rollup -c --configPlugin=typescript2` with _rollup.config.ts_: ```typescript import pkg from './package.json' with { type: 'json' }; export default { input: 'src/index.mjs', output: [{ file: pkg.exports['.'].import, format: 'es', sourcemap:...
## Summary Fixes a few problems related to `host.ts` and speed up compilation for large projects. ## Details The current version of `rollup-plugin-typescript2` causes the TypeScript cache to get constantly...
## Troubleshooting 1. Does `tsc` have the same output? If so, please explain why this is incorrect behavior 1. Does your Rollup plugin order match [this plugin's compatibility](https://github.com/ezolenko/rollup-plugin-typescript2#compatibility)? If not,...