put tsc output into dist/es5, not just dist/

This commit is contained in:
Daniel Imhoff
2016-09-14 13:35:45 -05:00
parent abf3335415
commit efbd11676f
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"sourceMap": true,
"declaration": true,
"experimentalDecorators": true,
"outDir": "dist",
"outDir": "dist/es5",
"moduleResolution": "node"
},
"files": [