Skip to content

Commit

Permalink
fix(tsc): add genDir to tsconfig
Browse files Browse the repository at this point in the history
- Fixes angular#41
  • Loading branch information
CaerusKaru committed Oct 5, 2017
1 parent e9e4417 commit b9c4749
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"outDir": "./dist",
"declaration": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
Expand Down

0 comments on commit b9c4749

Please sign in to comment.