fork-ts-checker-webpack-plugin
Advanced tools
Comparing version 6.2.3 to 6.2.4
@@ -68,3 +68,3 @@ "use strict"; | ||
*/ | ||
ForkTsCheckerWebpackPlugin.version = '6.2.3'; // will be replaced by the @semantic-release/exec | ||
ForkTsCheckerWebpackPlugin.version = '6.2.4'; // will be replaced by the @semantic-release/exec | ||
/** | ||
@@ -71,0 +71,0 @@ * Default pool for the plugin concurrency limit |
{ | ||
"name": "fork-ts-checker-webpack-plugin", | ||
"version": "6.2.3", | ||
"version": "6.2.4", | ||
"description": "Runs typescript type checker and linter on separate process.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -73,3 +73,2 @@ <div align="center"> | ||
[webpack](https://github.com/webpack/webpack)'s modules resolution**. It means that you have to setup `tsconfig.json` correctly. | ||
For example if you set `files: ['./src/index.ts']` in `tsconfig.json`, this plugin will check only `index.ts` for errors. | ||
@@ -76,0 +75,0 @@ > It's because of the performance - with TypeScript's module resolution we don't have to wait for webpack to compile files. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
259963
426