From 3967f829af151b0852ad654a4361953baf4431f2 Mon Sep 17 00:00:00 2001 From: jorisre Date: Fri, 6 Nov 2020 22:38:31 +0100 Subject: [PATCH] chore: remove jsx config --- tsconfig.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index ada5e3f..e7ea233 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,8 +22,6 @@ "noUnusedParameters": true, // use Node's module resolution algorithm, instead of the legacy TS one "moduleResolution": "node", - // transpile JSX to React.createElement - "jsx": "react", // interop between ESM and CJS modules. Recommended by TS "esModuleInterop": true, // significant perf increase by skipping checking .d.ts files, particularly those in node_modules. Recommended by TS