From e80554abbdba2dff29f62bbd4d8a94cce98dc03c Mon Sep 17 00:00:00 2001 From: zomo Date: Sun, 27 Jun 2021 21:32:25 -0500 Subject: [PATCH] init --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index bea13c5..d0bb780 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,8 +9,8 @@ "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, - "baseUrl": "./", - "typeRoots": ["./"], + "baseUrl": "", + "typeRoots": [""], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true