Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for "incremental" mode #28

Closed
aleclarson opened this issue Jun 1, 2019 · 2 comments
Closed

Support for "incremental" mode #28

aleclarson opened this issue Jun 1, 2019 · 2 comments

Comments

@aleclarson
Copy link
Contributor

This plugin should respect "incremental": true in the local tsconfig.json module.

Also, tsBuildInfoFile should be supported. 馃憤

@Swatinem
Copy link
Owner

Swatinem commented Jun 2, 2019

Since I鈥檓 experimenting with project references and incremental right now myself. I thought about:

just use tsc to compile .ts -> .js / .d.ts, and then use rollup to bundle up .js without any transforms, and rollup-plugin-dts to bundle up .d.ts.

Haven鈥檛 had too much time lately to work on it though.

@Swatinem
Copy link
Owner

Swatinem commented Jun 3, 2019

This will not be implemented as per #29
you can run tsc with --incremental and declaration: true / emitDeclarationOnly: true and then use the output files with this plugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants