chore: add rpc stuff i guess idk

This commit is contained in:
41666 2020-10-10 12:54:43 -04:00
parent 00dff464df
commit e33e6f8574
4 changed files with 58 additions and 4 deletions

View file

@ -19,7 +19,10 @@
"declaration": true,
"moduleResolution": "node",
"paths": {
"roleypoly/*": ["*"]
"roleypoly/*": [
"*", // Enables absolute paths for src files in your project
"bazel-bin/*" // Enables referencing generate protos with absolute paths
]
}
}
}