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 a471c51 commit cc5ff03Copy full SHA for cc5ff03
package.json
@@ -2,7 +2,7 @@
2
"name": "tslib",
3
"author": "Microsoft Corp.",
4
"homepage": "https://www.typescriptlang.org/",
5
- "version": "2.5.2",
+ "version": "2.5.3",
6
"license": "0BSD",
7
"description": "Runtime library for TypeScript helper functions",
8
"keywords": [
@@ -29,15 +29,15 @@
29
"exports": {
30
".": {
31
"module": {
32
- "types": "./tslib/modules/index.d.ts",
33
- "default": "./tslib.es6.mjs"
+ "types": "./tslib/modules/index.d.ts",
+ "default": "./tslib.es6.mjs"
34
},
35
"import": {
36
- "node": "./modules/index.js",
37
- "default": {
38
- "types": "./modules/index.d.ts",
39
40
- }
+ "node": "./modules/index.js",
+ "default": {
+ "types": "./modules/index.d.ts",
+ }
41
42
"default": "./tslib.js"
43
0 commit comments