|
1 | 1 | System.config({ |
2 | | - "baseURL": "/", |
3 | | - "defaultJSExtensions": true, |
4 | | - "transpiler": "typescript", |
5 | | - "paths": { |
| 2 | + baseURL: "/", |
| 3 | + defaultJSExtensions: true, |
| 4 | + transpiler: "typescript", |
| 5 | + paths: { |
6 | 6 | "*": "src/*", |
7 | 7 | "src": "src", |
8 | 8 | "github:*": "jspm_packages/github/*", |
9 | 9 | "npm:*": "jspm_packages/npm/*" |
10 | 10 | }, |
11 | | - "packages": { |
| 11 | + |
| 12 | + packages: { |
12 | 13 | "/src": { |
13 | 14 | "defaultExtension": "ts" |
14 | 15 | } |
15 | | - } |
16 | | -}); |
| 16 | + }, |
17 | 17 |
|
18 | | -System.config({ |
19 | | - "map": { |
| 18 | + map: { |
20 | 19 | "core-js": "npm:core-js@0.9.18", |
21 | | - "typescript": "github:mhegazy/typescript@v1.5-beta2", |
| 20 | + "typescript": "npm:typescript@1.5.3", |
| 21 | + "github:jspm/nodelibs-buffer@0.1.0": { |
| 22 | + "buffer": "npm:buffer@3.4.3" |
| 23 | + }, |
| 24 | + "github:jspm/nodelibs-os@0.1.0": { |
| 25 | + "os-browserify": "npm:os-browserify@0.1.2" |
| 26 | + }, |
| 27 | + "github:jspm/nodelibs-path@0.1.0": { |
| 28 | + "path-browserify": "npm:path-browserify@0.0.0" |
| 29 | + }, |
22 | 30 | "github:jspm/nodelibs-process@0.1.1": { |
23 | 31 | "process": "npm:process@0.10.1" |
24 | 32 | }, |
| 33 | + "npm:buffer@3.4.3": { |
| 34 | + "base64-js": "npm:base64-js@0.0.8", |
| 35 | + "ieee754": "npm:ieee754@1.1.6", |
| 36 | + "is-array": "npm:is-array@1.0.1" |
| 37 | + }, |
25 | 38 | "npm:core-js@0.9.18": { |
26 | 39 | "fs": "github:jspm/nodelibs-fs@0.1.2", |
27 | 40 | "process": "github:jspm/nodelibs-process@0.1.1", |
28 | 41 | "systemjs-json": "github:systemjs/plugin-json@0.1.0" |
| 42 | + }, |
| 43 | + "npm:os-browserify@0.1.2": { |
| 44 | + "os": "github:jspm/nodelibs-os@0.1.0" |
| 45 | + }, |
| 46 | + "npm:path-browserify@0.0.0": { |
| 47 | + "process": "github:jspm/nodelibs-process@0.1.1" |
| 48 | + }, |
| 49 | + "npm:typescript@1.5.3": { |
| 50 | + "buffer": "github:jspm/nodelibs-buffer@0.1.0", |
| 51 | + "child_process": "github:jspm/nodelibs-child_process@0.1.0", |
| 52 | + "fs": "github:jspm/nodelibs-fs@0.1.2", |
| 53 | + "os": "github:jspm/nodelibs-os@0.1.0", |
| 54 | + "path": "github:jspm/nodelibs-path@0.1.0", |
| 55 | + "process": "github:jspm/nodelibs-process@0.1.1", |
| 56 | + "readline": "github:jspm/nodelibs-readline@0.1.0" |
29 | 57 | } |
30 | 58 | } |
31 | 59 | }); |
32 | | - |
|
0 commit comments