File tree Expand file tree Collapse file tree 3 files changed +7
-28
lines changed Expand file tree Collapse file tree 3 files changed +7
-28
lines changed Original file line number Diff line number Diff line change 1
1
** Setup jspm and install jspm dependencies**
2
2
```
3
3
npm install -g jspm@beta
4
+ jspm dl-loader --edge
4
5
jspm install
5
6
6
7
```
Original file line number Diff line number Diff line change 1
1
System . config ( {
2
- "baseURL" : "/" ,
3
- "defaultJSExtensions" : true ,
4
- "transpiler" : "typescript" ,
5
- "paths" : {
6
- "*" : "src/*" ,
7
- "src" : "src" ,
8
- "github:*" : "jspm_packages/github/*" ,
9
- "npm:*" : "jspm_packages/npm/*"
2
+ baseURL : "/" ,
3
+ defaultJSExtensions : true ,
4
+ transpiler : "typescript" ,
5
+ paths : {
6
+ "*" : "src/*"
10
7
} ,
11
- " packages" : {
8
+ packages : {
12
9
"/src" : {
13
10
"defaultExtension" : "ts"
14
11
}
15
12
}
16
13
} ) ;
17
-
18
- System . config ( {
19
- "map" : {
20
- "core-js" : "npm:core-js@0.9.18" ,
21
- "typescript" : "github:mhegazy/typescript@v1.5-beta2" ,
22
- "github:jspm/nodelibs-process@0.1.1" : {
23
- "process" : "npm:process@0.10.1"
24
- } ,
25
- "npm:core-js@0.9.18" : {
26
- "fs" : "github:jspm/nodelibs-fs@0.1.2" ,
27
- "process" : "github:jspm/nodelibs-process@0.1.1" ,
28
- "systemjs-json" : "github:systemjs/plugin-json@0.1.0"
29
- }
30
- }
31
- } ) ;
32
-
Original file line number Diff line number Diff line change 3
3
"directories" : {},
4
4
"dependencies" : {
5
5
"core-js" : " npm:core-js@^0.9.4"
6
- },
7
- "devDependencies" : {
8
- "typescript" : " npm:typescript"
9
6
}
10
7
}
11
8
}
You can’t perform that action at this time.
0 commit comments