We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b2479 commit 73f121dCopy full SHA for 73f121d
skeleton-es2016/config.js
@@ -1,7 +1,7 @@
1
System.config({
2
- "defaultJSExtensions": true,
3
- "transpiler": false,
4
- "paths": {
+ defaultJSExtensions: true,
+ transpiler: "none",
+ paths: {
5
"*": "dist/*",
6
"github:*": "jspm_packages/github/*",
7
"npm:*": "jspm_packages/npm/*"
skeleton-typescript/config.js
@@ -1,6 +1,6 @@
defaultJSExtensions: true,
- transpiler: false,
paths: {
0 commit comments