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.
10 lines
108 B
JSON
10 lines
108 B
JSON
{
|
|
"main": "tslib.js",
|
|
"format": "cjs",
|
|
"meta": {
|
|
"tslib.js": {
|
|
"esModule": true
|
|
}
|
|
}
|
|
}
|