From b8a73fea6b755422ad873bdd4f537d3e4199ba88 Mon Sep 17 00:00:00 2001 From: Lenz Weber-Tronic Date: Wed, 20 Sep 2023 11:26:29 +0200 Subject: [PATCH] reference canary types --- package/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"] } }