Skip to content

Commit 3edfe4a

Browse files
mweststrateMichel Weststrate
and
Michel Weststrate
authored
fix: fix release / build issue (#3941)
Co-authored-by: Michel Weststrate <[email protected]>
1 parent f0bd4b6 commit 3edfe4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"experimentalDecorators": true,
1919
"useDefineForClassFields": true,
2020
"jsx": "react",
21-
"esModuleInterop": true
21+
"esModuleInterop": true,
22+
"skipLibCheck": true
2223
},
2324
"exclude": ["__tests__"]
2425
}

0 commit comments

Comments
 (0)