diff --git a/examples/with-typescript/tsconfig.json b/examples/with-typescript/tsconfig.json index 4ce1dc5d6764d803299084b3df4ba56c176a10ec..41a1f0af77b74e1b5033e462ab6a331e0770880a 100644 --- a/examples/with-typescript/tsconfig.json +++ b/examples/with-typescript/tsconfig.json @@ -3,6 +3,7 @@ "compilerOptions": { "target": "esnext", "module": "esnext", + "jsx": "preserve", "allowJs": true, "moduleResolution": "node", "allowSyntheticDefaultImports": true,