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

chore: update tsconfig setup #780

Merged
merged 2 commits into from
Nov 3, 2023
Merged

chore: update tsconfig setup #780

merged 2 commits into from
Nov 3, 2023

Conversation

bluwy
Copy link
Member

@bluwy bluwy commented Nov 3, 2023

Vite 5 re-exports rollup/parseAst which is only supported by TS if it respects the "exports" field. I updated the tsconfigs so it works now.

@@ -3,8 +3,8 @@
"compilerOptions": {
"noEmit": true,
"target": "ES2020",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we update target here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You mean something higher like "es2022"? It doesn't support "node*" strings

@dominikg dominikg merged commit a784ad4 into main Nov 3, 2023
5 checks passed
@dominikg dominikg deleted the update-tsconfig branch November 3, 2023 10:07
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

Successfully merging this pull request may close these issues.

2 participants