Skip to content

Conversation

@tassoevan
Copy link
Collaborator

Proposed changes (including videos or screenshots)

This pull request standardizes the TypeScript build script configuration across several packages. The main change is renaming the TypeScript config files in the build scripts from the dash format (e.g., tsconfig-cjs.json) to the dot format (e.g., tsconfig.cjs.json) for consistency.

Build script updates across packages:

  • Updated .build:esm and .build:cjs scripts in package.json files to use the dot notation for TypeScript config files:
    • packages/logo/package.json
    • packages/memo/package.json
    • packages/styled/package.json
    • packages/stylis-logical-props-middleware/package.json
    • packages/string-helpers/package.json

Issue(s)

Further comments

@tassoevan tassoevan requested a review from a team December 15, 2025 03:05
@changeset-bot
Copy link

changeset-bot bot commented Dec 15, 2025

⚠️ No Changeset found

Latest commit: 53eb075

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@tassoevan tassoevan requested a review from dougfabris December 16, 2025 14:07
@tassoevan tassoevan merged commit 28b7a4a into main Dec 16, 2025
6 checks passed
@tassoevan tassoevan deleted the chore/tsconfig-naming branch December 16, 2025 15:51
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.

3 participants