From b50123f488a93576d5150b852051ec15108a122f Mon Sep 17 00:00:00 2001 From: Paolo Insogna Date: Wed, 28 Dec 2022 00:25:19 +0100 Subject: [PATCH] chore: Added end of development notice. --- README.md | 2 ++ tsconfig.json | 1 + 2 files changed, 3 insertions(+) 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,