Update docs/tutorials/jsx-transform-migration.md

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Paul Schultz <pschultz@pobox.com>
This commit is contained in:
Paul Schultz
2025-04-15 07:24:31 -05:00
parent 918c8831c2
commit fa24be548e
+1 -1
View File
@@ -39,7 +39,7 @@ To streamline this process, consider using an automated codemod. Instructions ar
### Updating Configuration Files
To ensure compatibility when using the `backstage-cli`, you must modify both the `tsconfig.json` and `eslintrc.js` files. Failure to do so may result in errors.
To ensure compatibility when using `@backstage/cli`, you must update your `tsconfig.json` to use the new JSX transforms.
#### TypeScript Configuration (TSConfig)