mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 11:59:11 +00:00
chore: fix ts paths
This commit is contained in:
parent
92d74acb3e
commit
547bfe2afc
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"paths": {
|
"paths": {
|
||||||
"roleypoly/*": ["*", "bazel-bin/*"]
|
"roleypoly/*": ["./*", "./bazel-bin/*"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue