From 76d6f713b10867bf228afb56c0a30ee2b83f7d08 Mon Sep 17 00:00:00 2001 From: Kai Henzler Date: Tue, 7 Dec 2021 09:20:00 +0100 Subject: [PATCH] feat(plugin-chart-scatter): #3 tries to fix build --- tsconfig.options.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.options.json b/tsconfig.options.json index 55e4b16..479acb0 100644 --- a/tsconfig.options.json +++ b/tsconfig.options.json @@ -26,7 +26,7 @@ "skipLibCheck": true, "emitDeclarationOnly": true, "resolveJsonModule": true, - "types": ["jest", "jsdom"], + "types": ["@emotion/react/types/css-prop", "jest", "jsdom"], "typeRoots": [ "./node_modules/@types" ]