From 97d9f550a55e55a5e3e3635465a85be5e0c02be1 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Tue, 27 Aug 2024 10:07:03 +0200 Subject: [PATCH] Update types [dependabot skip] --- tsconfig.shared.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.shared.json b/tsconfig.shared.json index 60444d3310c7..b3adf7308968 100644 --- a/tsconfig.shared.json +++ b/tsconfig.shared.json @@ -27,7 +27,7 @@ "pretty": true, "sourceMap": true, "typeRoots": ["./typings", "./node_modules/@types"], - "types": ["jest", "node"] + "types": ["jest", "node", "emscripten"] }, "exclude": [ "packages/*/dist-*/**",