Skip to content

Commit

Permalink
Update tsconfig files to include 'Registries'
Browse files Browse the repository at this point in the history
Signed-off-by: Shreevatsa N <[email protected]>
  • Loading branch information
vatsa287 committed Oct 4, 2024
1 parent e22eb36 commit bed7299
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tsconfig.docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"packages/schema/src/index.ts",
"packages/network-score/src/index.ts",
"packages/asset/src/index.ts",
"packages/sdk/src/index.ts"
"packages/sdk/src/index.ts",
"packages/registries/src/index.ts",
],
"out": "docs",
"theme": "default",
Expand Down
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@
],
"@cord.network/asset": [
"asset/src"
]
],
"@cord.network/registries": [
"registries/src"
],
}
}
}

0 comments on commit bed7299

Please sign in to comment.