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

Aligned the TypeScript configuration to changes in CKEditor 5 #161

Merged
merged 5 commits into from
Aug 30, 2023

Conversation

pomek
Copy link
Member

@pomek pomek commented Aug 29, 2023

Suggested merge commit message (convention)

Other (generator): Aligned the produced configuration to changes in CKEditor 5. See ckeditor/ckeditor5#14173. Closes #160.

Feature (tools): Karma will use the tsconfig.test.json file as a TypeScript configuration if it exists when executing automated tests. By default, it fallbacks to tsconfig.json file.

MINOR BREAKING CHANGE (tools): The typescript() function exported from the webpack-utils module requires passing the cwd as the first argument. Optionally, you can pass the TypeScript configuration file name that should be used when processing TS files by ts-loader.


Additional information

This PR bases on ckeditor/ckeditor5#14808.

Supported scopes

@pomek
Copy link
Member Author

pomek commented Aug 29, 2023

All the changes are needed because the updated tsconfig.json file impacts automated tests. Hence, I decided to follow the CKEditor 5 convention - use a separate configuration for tests.

Copy link
Contributor

@psmyrek psmyrek left a comment

Choose a reason for hiding this comment

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

LGTM 🎉

@psmyrek psmyrek merged commit 56207d8 into master Aug 30, 2023
1 check passed
@psmyrek psmyrek deleted the i/160-tsconfig branch August 30, 2023 06:35
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.

Align tsconfig.json to changes in CKEditor 5
2 participants