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 493138d commit b9ff14bCopy full SHA for b9ff14b
package.json
@@ -24,5 +24,6 @@
24
"main": "tslib.js",
25
"module": "tslib.es6.js",
26
"jsnext:main": "tslib.es6.js",
27
- "typings": "tslib.d.ts"
+ "typings": "tslib.d.ts",
28
+ "sideEffects": false
29
}
0 commit comments