From c40b4a30d80dffdf61c5afd121d222156bf00261 Mon Sep 17 00:00:00 2001 From: weboko Date: Tue, 31 Jan 2023 22:59:21 +0100 Subject: [PATCH] fix test: add @waku as type root --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 64774a9..314ede4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -38,7 +38,7 @@ // "emitDecoratorMetadata": true /* Enables experimental support for emitting type metadata for decorators. */, "lib": ["es2020", "dom"], "types": ["node", "mocha"], - "typeRoots": ["node_modules/@types", "src/@types"] + "typeRoots": ["node_modules/@types", "src/@types", "node_modules/@waku"] }, "include": ["src"], "exclude": ["src/**/*.spec.ts", "src/test_utils"],