diff --git a/tsconfig.json b/tsconfig.json index 1c921db8..9de0bb72 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,6 @@ "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, - "jsx": "react-jsx", - }, + "jsx": "react-jsx" + } }