-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some Typescript/build output issues (#64)
fixes type issues that occur when skipLibCheck is false: - fixes type issues with pako and stream-buffers by adding appropriate @types/ packages to dependencies (not just dev dependencies) - fix hash-wasm issue by adding .js to import - adds typing to tsup.config.ts - also switches to skipLibCheck false - removes intermediate .d.ts files from being committed (still need the final ones) - should fix #66 --------- Co-authored-by: Ilya Kreymer <ikreymer@gmail.com>
- Loading branch information
Showing
13 changed files
with
417 additions
and
313 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 |
---|---|---|
|
@@ -4,3 +4,4 @@ yarn-error.log | |
coverage/ | ||
.DS_Store | ||
**/*.cts | ||
dist/*-*.d.ts |
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
Oops, something went wrong.