diff --git a/tsconfig.json b/tsconfig.json index 8597354..1ddff2f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,7 @@ "allowJs": true, "jsx": "react", "moduleResolution": "node", + "baseUrl":".", "rootDir": "src", "forceConsistentCasingInFileNames": true, "noImplicitReturns": true,