Skip to content

Commit

Permalink
fix: fix release / build issue (#3941)
Browse files Browse the repository at this point in the history
Co-authored-by: Michel Weststrate <mweststrate@meta.com>
  • Loading branch information
mweststrate and Michel Weststrate authored Oct 15, 2024
1 parent f0bd4b6 commit 3edfe4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"experimentalDecorators": true,
"useDefineForClassFields": true,
"jsx": "react",
"esModuleInterop": true
"esModuleInterop": true,
"skipLibCheck": true
},
"exclude": ["__tests__"]
}

0 comments on commit 3edfe4a

Please sign in to comment.