-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: package exports and type definitions (#8)
* Fix package exports and type definitions * Migrate to `NodeNext` module resolution * Check package exports during CI * Fix unit tests by bumping `ts-jest` * fix: remove fix-tsc-es-imports dependency and pre launch task * Use native Node.js instead of `cp` * chore: update dev dependencies * chore(package): bump version to 1.0.2 --------- Co-authored-by: Kevin Schaal <[email protected]>
- Loading branch information
1 parent
c688936
commit da16d5e
Showing
68 changed files
with
3,808 additions
and
2,172 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 |
---|---|---|
|
@@ -21,3 +21,4 @@ jobs: | |
cache: 'npm' | ||
- run: npm ci | ||
- run: npm test | ||
- run: npx @arethetypeswrong/cli@latest -P |
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
Oops, something went wrong.