Skip to content

Commit

Permalink
build(Build): tweaked tsconfig.json
Browse files Browse the repository at this point in the history
Skip type checking of all declaration files
  • Loading branch information
khawarizmus committed May 22, 2018
1 parent 0de87a8 commit 69ba23b
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
Expand Up @@ -63,6 +63,7 @@
/* Experimental Options */
"experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
"skipLibCheck": true,
},
"exclude": [
"**/tests/*"
Expand Down

0 comments on commit 69ba23b

Please sign in to comment.