File tree 3 files changed +10
-2
lines changed 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.4.5
2
+
3
+ * [ Fix(types): Add types to the plugin] ( https://github.com/Realytics/fork-ts-checker-webpack-plugin/pull/139 ) (#137 )
4
+ * [ Fix(vue): Avoid false positive of no-consecutive-blank-lines TSLint rule in Vue file] ( https://github.com/Realytics/fork-ts-checker-webpack-plugin/pull/138 ) (#130 )
5
+
1
6
## v0.4.4
2
7
3
8
* [ Fix(vue): resolve src attribute on the script block on Vue files] ( https://github.com/Realytics/fork-ts-checker-webpack-plugin/pull/130 ) (#111 , #85 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fork-ts-checker-webpack-plugin" ,
3
- "version" : " 0.4.4 " ,
3
+ "version" : " 0.4.5 " ,
4
4
"description" : " Runs typescript type checker and linter on separate process." ,
5
5
"main" : " lib/index.js" ,
6
+ "types" : " lib/types/index.d.ts" ,
6
7
"files" : [
7
8
" lib"
8
9
],
Original file line number Diff line number Diff line change 13
13
],
14
14
"module" : " commonjs" ,
15
15
"moduleResolution" : " node" ,
16
- "outDir" : " ../lib"
16
+ "declaration" : true ,
17
+ "outDir" : " ../lib" ,
18
+ "declarationDir" : " ../lib/types"
17
19
}
18
20
}
You can’t perform that action at this time.
0 commit comments