This issue suggests including the .npmrc file in the files required by the check types job of Lefthook. The .npmrc file should be included because it defines the Node.js version to be used, and different Node.js versions might produce different results when compiling source files with TypeScript.
This issue suggests including the
.npmrcfile in the files required by thecheck typesjob of Lefthook. The.npmrcfile should be included because it defines the Node.js version to be used, and different Node.js versions might produce different results when compiling source files with TypeScript.