mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-15 17:19:10 +00:00
chore: add rpc stuff i guess idk
This commit is contained in:
parent
00dff464df
commit
e33e6f8574
4 changed files with 58 additions and 4 deletions
|
@ -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
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue