fix(setup): set tsconfig so that it works in editors

This commit is contained in:
Tobias Bosch 2015-11-06 15:31:46 -08:00
parent a8d9dbf110
commit fb8b8157ff
1 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
"sourceMap": true,
"sourceRoot": ".",
"target": "es5",
"outDir": "../../dist/js/cjs"
"outDir": "../../dist/js/cjs",
"moduleResolution": "classic"
}
}