Skip to content

Commit

Permalink
chore: fix release / build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Weststrate committed Oct 15, 2024
1 parent f0bd4b6 commit d4486ec
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 d4486ec

Please sign in to comment.