Skip to content

Commit

Permalink
chore: add jsx react to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mainframev committed Nov 21, 2023
1 parent 2528ed1 commit 3d59d4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/orbit-components/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"compilerOptions": {
"rootDirs": ["./src", "./.storybook"],
"outDir": "lib",
"jsx": "react",
"skipLibCheck": true,
"noEmit": true,
"moduleResolution": "node",
Expand Down

0 comments on commit 3d59d4d

Please sign in to comment.