From fe44c61e0ef0e00b98c85544307b4f49060c090a Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 11 Jan 2022 17:38:22 +0000 Subject: [PATCH] fix typescript --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 68a68e46..a21a7fb1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,5 +14,5 @@ "outDir": "./dist/", "sourceMap": true }, - "include": ["src/**/*"] + "include": ["src/**/*", "test/**/*"] }