Skip to content

Commit

Permalink
chore: enable allowSyntheticDefaultImports
Browse files Browse the repository at this point in the history
  • Loading branch information
benjycui committed Sep 13, 2016
1 parent 2afe439 commit 8cff95c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/getTSCommonConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ module.exports = function () {
jsx: 'preserve',
moduleResolution: 'node',
declaration: true,
allowSyntheticDefaultImports: true,
};
};

0 comments on commit 8cff95c

Please sign in to comment.