Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
Compile to commonjs for webpack. #47 #58
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMorton committed Mar 30, 2016
1 parent 0154b95 commit f8668a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var KarmaServer = require('karma').Server;

var tsProject = typescript.createProject({
"target": "ES5",
"module": "system",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
Expand Down

0 comments on commit f8668a3

Please sign in to comment.