From 3d59d4d455f6e9ac7999f6ca0e25fb657f638882 Mon Sep 17 00:00:00 2001 From: Victor Genaev Date: Thu, 26 Oct 2023 18:13:32 +0200 Subject: [PATCH] chore: add jsx react to tsconfig --- packages/orbit-components/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/orbit-components/tsconfig.json b/packages/orbit-components/tsconfig.json index fa965a677f..c279b00d91 100644 --- a/packages/orbit-components/tsconfig.json +++ b/packages/orbit-components/tsconfig.json @@ -3,6 +3,7 @@ "compilerOptions": { "rootDirs": ["./src", "./.storybook"], "outDir": "lib", + "jsx": "react", "skipLibCheck": true, "noEmit": true, "moduleResolution": "node",