diff --git a/package/tsconfig.json b/package/tsconfig.json index 314a46b0..c713b67a 100644 --- a/package/tsconfig.json +++ b/package/tsconfig.json @@ -6,6 +6,7 @@ "declaration": true, "sourceMap": true, "jsx": "react", - "declarationMap": true + "declarationMap": true, + "types": ["react/canary"] } }