Skip to content

Commit

Permalink
add utils in tsconfig (subquery#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Apr 28, 2022
1 parent 346b190 commit f695157
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
"inlineSources": true,
"composite": true,
"paths": {
"@subql/utils": ["packages/utils/src"],
"@subql/utils/*": ["packages/utils/src/*"],
"@subql/common": ["packages/common/src"],
"@subql/common/*": ["packages/common/src/*"],
"@subql/common-substrate": ["packages/common-substrate/src"],
Expand Down

0 comments on commit f695157

Please sign in to comment.