Skip to content

Conversation

@simonbs
Copy link
Contributor

@simonbs simonbs commented Nov 17, 2025

Next.js automatically modifies tsconfig.json to set jsx to preserve when doing npm run build, as shown below. This PR adds the change to version control.

❯ npm run build

> framna-docs@1.0.0 build
> next build

   ▲ Next.js 15.5.6
   - Environments: .env

   Creating an optimized production build ...
 ✓ Compiled successfully in 2.8s
   Skipping linting
   Checking validity of types  .
   We detected TypeScript in your project and reconfigured your tsconfig.json file for you.
   The following mandatory changes were made to your tsconfig.json:

        - jsx was set to preserve (next.js implements its own optimized jsx transform)

Copilot AI review requested due to automatic review settings November 17, 2025 08:11
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@simonbs simonbs merged commit 59fae5e into develop Nov 17, 2025
8 checks passed
@simonbs simonbs deleted the enhancement/jsx-preserve branch November 17, 2025 08:14
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.

1 participant