diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index cc0b77e6..873516c6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,7 @@ "outDir": "dist/js", "noEmitOnError": true, "typeRoots": [ "node_modules/@types" ], - "resolveJsonModule": true + "resolveJsonModule": true, + "jsx": "react" } }
\ No newline at end of file |