Skip to content

Commit

Permalink
Merge pull request #7 from seiyria/patch-1
Browse files Browse the repository at this point in the history
change module to es6 to support aot, #5
  • Loading branch information
NagRock committed Jan 16, 2018
2 parents 0c69b61 + b76673d commit 105062d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"module": "commonjs",
"module": "es6",
"moduleResolution": "node",
"removeComments": true,
"sourceMap": true,
Expand All @@ -14,4 +14,4 @@
"dom"
]
}
}
}

0 comments on commit 105062d

Please sign in to comment.