Skip to content

Commit

Permalink
Don't specify compilation entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
pelotom committed Mar 27, 2018
1 parent 6567dfc commit ce6abab
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,5 @@
/* Experimental Options */
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
},
"files": [
"src/index.ts"
]
}
}

0 comments on commit ce6abab

Please sign in to comment.