From 97aef52defea2cd497353734d2ee4319fd74dd63 Mon Sep 17 00:00:00 2001 From: Alexander Kachkaev Date: Sun, 18 Feb 2018 11:42:22 +0000 Subject: [PATCH] Update tsconfig.json in with-typescript example (#3837) Fixes https://github.com/zeit/next.js/pull/3698#issuecomment-366442816 --- examples/with-typescript/tsconfig.json | 1 + 1 file changed, 1 insertion(+) 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,