|
| 1 | +SystemJS.config({ |
| 2 | + transpiler: "plugin-typescript", |
| 3 | + packages: { |
| 4 | + "src": { |
| 5 | + "defaultExtension": "ts", |
| 6 | + } |
| 7 | + } |
| 8 | +}); |
| 9 | + |
| 10 | +SystemJS.config({ |
| 11 | + packageConfigPaths: [ |
| 12 | + "npm:@*/*.json", |
| 13 | + "npm:*.json", |
| 14 | + "github:*/*.json" |
| 15 | + ], |
| 16 | + map: { |
| 17 | + "buffer": "github:jspm/nodelibs-buffer@0.2.0-alpha", |
| 18 | + "child_process": "github:jspm/nodelibs-child_process@0.2.0-alpha", |
| 19 | + "core-js": "npm:core-js@0.9.18", |
| 20 | + "fs": "github:jspm/nodelibs-fs@0.2.0-alpha", |
| 21 | + "os": "github:jspm/nodelibs-os@0.2.0-alpha", |
| 22 | + "path": "github:jspm/nodelibs-path@0.2.0-alpha", |
| 23 | + "plugin-typescript": "github:frankwallis/plugin-typescript@4.0.6", |
| 24 | + "process": "github:jspm/nodelibs-process@0.2.0-alpha", |
| 25 | + "readline": "github:jspm/nodelibs-readline@0.2.0-alpha", |
| 26 | + "typescript": "npm:typescript@1.5.3" |
| 27 | + }, |
| 28 | + packages: { |
| 29 | + "github:frankwallis/plugin-typescript@4.0.6": { |
| 30 | + "map": { |
| 31 | + "typescript": "npm:typescript@1.8.10" |
| 32 | + } |
| 33 | + }, |
| 34 | + "github:jspm/nodelibs-buffer@0.2.0-alpha": { |
| 35 | + "map": { |
| 36 | + "buffer-browserify": "npm:buffer@4.5.1" |
| 37 | + } |
| 38 | + }, |
| 39 | + "github:jspm/nodelibs-os@0.2.0-alpha": { |
| 40 | + "map": { |
| 41 | + "os-browserify": "npm:os-browserify@0.2.1" |
| 42 | + } |
| 43 | + }, |
| 44 | + "npm:buffer@4.5.1": { |
| 45 | + "map": { |
| 46 | + "base64-js": "npm:base64-js@1.1.2", |
| 47 | + "ieee754": "npm:ieee754@1.1.6", |
| 48 | + "isarray": "npm:isarray@1.0.0" |
| 49 | + } |
| 50 | + }, |
| 51 | + "npm:core-js@0.9.18": { |
| 52 | + "map": { |
| 53 | + "systemjs-json": "github:systemjs/plugin-json@0.1.0" |
| 54 | + } |
| 55 | + }, |
| 56 | + "npm:typescript@1.5.3": { |
| 57 | + "map": {} |
| 58 | + } |
| 59 | + } |
| 60 | +}); |
0 commit comments