awayjs-display
Version:
AwayJS displaylist classes
27 lines (25 loc) • 661 B
JavaScript
System.config({
baseURL: "../",
defaultJSExtensions: true,
transpiler: "typescript",
paths: {
"github:*": "jspm_packages/github/*",
"npm:*": "jspm_packages/npm/*"
},
map: {
"ts": "github:frankwallis/plugin-typescript@4.0.5",
"typescript": "npm:typescript@1.8.9",
"github:frankwallis/plugin-typescript@4.0.5": {
"typescript": "npm:typescript@1.8.9"
},
"github:jspm/nodelibs-os@0.1.0": {
"os-browserify": "npm:os-browserify@0.1.2"
},
"npm:os-browserify@0.1.2": {
"os": "github:jspm/nodelibs-os@0.1.0"
},
"npm:typescript@1.8.9": {
"os": "github:jspm/nodelibs-os@0.1.0"
}
}
});