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