diff --git a/examples/with-typescript/tsconfig.json b/examples/with-typescript/tsconfig.json index 4ce1dc5d..41a1f0af 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,