From 2788a8d1544e7f3efc9d8d598b84bd063c991b39 Mon Sep 17 00:00:00 2001 From: Leo Melo Date: Thu, 4 Feb 2021 16:22:49 +0000 Subject: [PATCH] build(tsdx): update tsconfig to match tsdx requirement --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index bd759ca..f68f62a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "importHelpers": true, "declaration": true, "sourceMap": true, - "rootDir": "./", + "rootDir": "./src", "strict": true, "noImplicitAny": true, "strictNullChecks": true,