From dc8858438bd1069663770eab61862cd3f2628fe6 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Mon, 27 Sep 2021 10:44:21 +0200 Subject: [PATCH] Updated typescript config --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 4c2537b0..ee14fa1e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "include": ["src", "test"], + "include": ["./src", "./test"], "exclude": ["node_modules", "**/__tests__/*"], "compilerOptions": { "target": "es2019",