forked from compound-finance/comet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set-up Typescript Configuration (compound-finance#233)
This patch properly sets up TypeScript configuration so that other projects can import this and use it correctly. We effectively make sure that the project is built when it's imported to another project. We make sure that only the `dist/` directory is included in npm and that it's picked up when used in a project (TypeScript is behind in its integration of package.json's `exports` key, so it's a little complex). This is in line with the requirements of `compound-js`'s integration of Comet. Co-authored-by: Torrey Atcitty <[email protected]>
- Loading branch information
1 parent
2125f70
commit 09c1b38
Showing
5 changed files
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
coverage/ | ||
.env | ||
src/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters