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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deps - Downgrade typescript version #90

Closed
elycruz opened this issue Sep 29, 2021 · 0 comments · Fixed by #91
Closed

Deps - Downgrade typescript version #90

elycruz opened this issue Sep 29, 2021 · 0 comments · Fixed by #91

Comments

@elycruz
Copy link
Owner

elycruz commented Sep 29, 2021

The typescript version we chose for the library is too cutting edge - type files generated by this version conflict with older, still used (1-2 years old) versions of typescript (namely typescript versions under ^3.5.3).

In order to offer more support to still relevant typescript projects we need to downgrade our typescript version far enough where we can allow older projects to install the version of typescript they need.

Issue observed:

Projects that use rollup.config.ts files, and are using older typescript versions may not be able to use the plugin due to the generated *.d.ts type files conflicting with older typescript formats.

Known projects that use these older versions of typescript:

angular 8, 9, and 10 et al..

Acceptance criteria:

Lower typescript version to ^3.5.3 (version used by angular 8 (2 years old)) or comparable.

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

Successfully merging a pull request may close this issue.

1 participant