Skip to content

Commit

Permalink
fix: properly export react bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
renet committed Oct 10, 2022
1 parent a524a19 commit a1353fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.react.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"compilerOptions": {
"declaration": true,
"jsxFactory": "React.createElement",
"module": "commonjs",
"outDir": "dist"
},
"include": ["./src/react.ts"],
Expand Down

1 comment on commit a1353fa

@vercel
Copy link

@vercel vercel bot commented on a1353fa Oct 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

liquid – ./

liquid-uxsd.vercel.app
liquid-git-main-uxsd.vercel.app
liquid-oxygen.vercel.app

Please sign in to comment.