We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38120b commit 3dacc89Copy full SHA for 3dacc89
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v0.2.9
2
+ * Make errors formatting closer to `ts-loader` style
3
+ * Handle tslint exclude option
4
+
5
## v0.2.8
6
* Add `checkSyntacticErrors` option
7
* Fix `process.env` pass to the child process
package.json
@@ -1,6 +1,6 @@
{
"name": "fork-ts-checker-webpack-plugin",
- "version": "0.2.8",
+ "version": "0.2.9",
"description": "Runs typescript type checker and linter on separate process.",
"main": "lib/index.js",
"files": [
0 commit comments