Skip to content

Commit

Permalink
chore: fix gi-common-components ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
mutu committed Aug 5, 2024
1 parent 82ddc4d commit ef0f1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gi-common-components/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"declaration": true,
"target": "es2015",
"moduleResolution": "node",
"jsx": "react",
"jsx": "react-jsx",
"resolveJsonModule": true,
"strict": true,
"noImplicitAny": false,
Expand Down

0 comments on commit ef0f1de

Please sign in to comment.