chore: fix ts paths

This commit is contained in:
41666 2020-10-14 19:55:39 -04:00
parent 92d74acb3e
commit 547bfe2afc

View file

@ -19,7 +19,7 @@
"declaration": true, "declaration": true,
"moduleResolution": "node", "moduleResolution": "node",
"paths": { "paths": {
"roleypoly/*": ["*", "bazel-bin/*"] "roleypoly/*": ["./*", "./bazel-bin/*"]
} }
} }
} }