Skip to content

Instantly share code, notes, and snippets.

config.js file
```
System.config({
defaultJSExtensions: true,
transpiler: "traceur",
paths: {
"*": "dist/*",
"github:*": "jspm_packages/github/*",
"npm:*": "jspm_packages/npm/*"
},