diff --git a/tsconfig.json b/tsconfig.json index 3e55a34..10bfe90 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,7 @@ ], "target": "es2015", "outDir": "./lib", + "jsx": "react", "removeComments": true, "inlineSourceMap": true, "inlineSources": true,