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

Use ESNext as default module system #188

Merged
merged 1 commit into from
Aug 7, 2023

Conversation

jonkoops
Copy link
Contributor

@jonkoops jonkoops commented Aug 5, 2023

Configures the TypeScript compiler to use ESNext as the default module system, this allows the source imports to use the .js extension, which is the standard method of importing modules. This PR also cleans up the TSConfigs by removing properties that are already configured, and by placing the configuration for the Rollup build in a separate file.

@jonkoops jonkoops requested a review from a team as a code owner August 5, 2023 19:50
tsconfig.json Show resolved Hide resolved
tsconfig.json Show resolved Hide resolved
jest.config.ts Show resolved Hide resolved
jest.config.ts Show resolved Hide resolved
@frederikprijck frederikprijck merged commit 8534bdb into auth0:beta Aug 7, 2023
2 checks passed
@jonkoops jonkoops deleted the tsconfig-esnext branch August 7, 2023 08:00
frederikprijck pushed a commit that referenced this pull request Oct 27, 2023
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.

None yet

2 participants