diff --git a/tsconfig.json b/tsconfig.json index d3308dc..e14d668 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,7 +19,7 @@ "declaration": true, "moduleResolution": "node", "paths": { - "roleypoly/*": ["*", "bazel-bin/*"] + "roleypoly/*": ["./*", "./bazel-bin/*"] } } }