Skip to content

Commit

Permalink
override noEmit option for typescript compatibility (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford authored and rauchg committed Jan 31, 2019
1 parent 347880a commit 51f6ae8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ module.exports = (
options: {
compiler: eval('__dirname + "/typescript.js"'),
compilerOptions: {
outDir: '//'
outDir: '//',
noEmit: false
}
}
}]
Expand Down

0 comments on commit 51f6ae8

Please sign in to comment.