Skip to content

Commit

Permalink
code review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed May 18, 2022
1 parent c8b3bd9 commit 7c824bb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 18 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
docs/*.md
**/pnpm-lock.yaml
31 changes: 13 additions & 18 deletions examples/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions examples/simple/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"compilerOptions": {
"declaration": true,
"baseUrl": ".",
// Path Mapping for the editor to resolve packages within the workspace.
// Note that this isn't needed for Bazel, since the package will be "linked" into the
// node_modules/@myorg folder.
"paths": {
"@myorg/*": ["../*"]
},
Expand Down

0 comments on commit 7c824bb

Please sign in to comment.