Merge pull request #1043 from jspm/aluanhaddad-patch-2
add esModule marker for compatibility with SystemJS 0.20
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
{
|
||||
"main": "tslib.js",
|
||||
"format": "cjs"
|
||||
"format": "cjs",
|
||||
"meta": {
|
||||
"tslib.js": {
|
||||
"esModule": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user