-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add workaround for tslib / jiti incompatibility
Workaround until microsoft/tslib#171 is merged
- Loading branch information
1 parent
a15558f
commit a32d91e
Showing
3 changed files
with
35 additions
and
11 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 |
---|---|---|
|
@@ -49,5 +49,10 @@ | |
"standard-version": "^9.5.0", | ||
"typescript": "^4.8.4" | ||
}, | ||
"packageManager": "[email protected]" | ||
"packageManager": "[email protected]", | ||
"pnpm": { | ||
"patchedDependencies": { | ||
"[email protected]": "patches/[email protected]" | ||
} | ||
} | ||
} |
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,13 @@ | ||
diff --git a/package.json b/package.json | ||
index 0ec2c634b2b67a3ce12d8a795efc333d8e5d3dcd..457ac03cf8d0d2e42810c06ae64198ce9e825e13 100644 | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -29,7 +29,7 @@ | ||
"exports": { | ||
".": { | ||
"module": "./tslib.es6.js", | ||
- "import": "./modules/index.js", | ||
+ "import": "./tslib.es6.js", | ||
"default": "./tslib.js" | ||
}, | ||
"./*": "./*", |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.