Skip to content

Commit

Permalink
cleanup: remove jsx transform configuration in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
danstepanov committed Mar 6, 2025
1 parent a9e4251 commit 58b7e50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"@styles/*": ["./src/styles/*"],
"@src/*": ["./src/*"],
"@userActions/*": ["./src/libs/actions/*"]
},
"jsx": "react-jsx"
}
},
"include": ["src", "desktop", "web", "website", "docs", "assets", "config", "tests", "jest", "__mocks__", ".github/**/*", ".storybook/**/*", "scripts"],
"exclude": ["**/node_modules/*", "**/dist/*", ".github/actions/**/index.js", "**/docs/*"]
Expand Down

0 comments on commit 58b7e50

Please sign in to comment.