We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb109f commit 7d33f36Copy full SHA for 7d33f36
package.json
@@ -2,7 +2,7 @@
2
"name": "tslib",
3
"author": "Microsoft Corp.",
4
"homepage": "https://www.typescriptlang.org/",
5
- "version": "1.14.0",
+ "version": "1.14.1",
6
"license": "0BSD",
7
"description": "Runtime library for TypeScript helper functions",
8
"keywords": [
@@ -28,6 +28,7 @@
28
"sideEffects": false,
29
"exports": {
30
".": {
31
+ "module": "./tslib.es6.js",
32
"import": "./modules/index.js",
33
"default": "./tslib.js"
34
},
0 commit comments