We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b7884 commit ae54860Copy full SHA for ae54860
package.json
@@ -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
},
test/rollup-modules/index.js
@@ -1,2 +1,2 @@
1
-import { __awaiter } from "../../";
+import { __awaiter } from "tslib";
2
if (typeof __awaiter !== "function") throw new Error("Missing expected helper __awaiter");
0 commit comments