diff --git a/packages/sku/tsconfig.json b/packages/sku/tsconfig.json index e8816080d..f145afcc8 100644 --- a/packages/sku/tsconfig.json +++ b/packages/sku/tsconfig.json @@ -13,7 +13,7 @@ "skipLibCheck": true, "esModuleInterop": true, "declaration": true, - "types": ["webpack/module"], + "types": ["webpack/module", "jest", "node"], "lib": ["ESNext", "DOM"], }, "include": ["./src/**/*"],