diff --git a/README.md b/README.md index 646cdda..12612b3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # @cowtech/webpack-utils +## END OF DEVELOPMENT NOTICE - This package has been discontinued + [![Version](https://img.shields.io/npm/v/@cowtech/webpack-utils.svg)](https://npm.im/@cowtech/webpack-utils) [![Dependencies](https://img.shields.io/librariesio/release/npm/@cowtech/webpack-utils)](https://libraries.io/npm/@cowtech%2Fwebpack-utils) diff --git a/tsconfig.json b/tsconfig.json index d59e4f8..1eed93a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,7 @@ "allowSyntheticDefaultImports": true, "esModuleInterop": true, "strict": true, + "skipLibCheck": true, "noImplicitAny": true, "noUnusedLocals": true, "noUnusedParameters": true,