Skip to content

Commit

Permalink
fix: Include TypeScript declaration files
Browse files Browse the repository at this point in the history
  • Loading branch information
hata6502 committed Jan 23, 2021
1 parent acfe4a0 commit 7022608
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ module.exports = {
{
test: /\.tsx?$/,
loader: 'ts-loader',
options: {
transpileOnly: true,
},
},
],
},
Expand Down

0 comments on commit 7022608

Please sign in to comment.