diff --git a/tsconfig.json b/tsconfig.json index e6ef94c8e15d..869627446f09 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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/*"]