Files
jspm-registry/package-overrides/npm/tslib@1.0.0.json
T
Aluan HaddadandGitHub 554f008afb add esModule marker for compatibility with SystemJS 0.20
This allows for correct loading of tslib under jspm 0.17/SystemJS 0.20 while preserving compatibility with jspm 0.16/SystemJS 0.19.
See related discussion in #1040, #1041, and https://github.com/Microsoft/tslib/issues/26.
2017-03-16 21:57:09 -04:00

10 lines
108 B
JSON

{
"main": "tslib.js",
"format": "cjs",
"meta": {
"tslib.js": {
"esModule": true
}
}
}