Skip to content

Commit

Permalink
Add webpack config with workaround for microsoft/TypeScript#39436
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Jan 4, 2022
1 parent ef7c8a5 commit b07d1eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
module: {
noParse: [require.resolve('typescript/lib/typescript.js')]
}
};

0 comments on commit b07d1eb

Please sign in to comment.