mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-20 06:12:54 +08:00
[fork-ts-checker-webpack-plugin]: add missing tslint dependency (#26752)
* add tslint dependency to fork-ts-checker-webpack-plugin package.json * add private:true prop to package.json
This commit is contained in:
6
types/fork-ts-checker-webpack-plugin/package.json
Normal file
6
types/fork-ts-checker-webpack-plugin/package.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"tslint": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user