diff --git a/config/commitlint/package.json b/config/commitlint/package.json index 1e235bea..f89a37e0 100644 --- a/config/commitlint/package.json +++ b/config/commitlint/package.json @@ -31,5 +31,6 @@ }, "main": "dist/index.js", "types": "dist/index.d.ts" - } + }, + "typecheckSkipLibCheck": true } diff --git a/config/eslint/package.json b/config/eslint/package.json index a1a9b9da..8a4fd635 100644 --- a/config/eslint/package.json +++ b/config/eslint/package.json @@ -55,5 +55,6 @@ }, "main": "dist/index.js", "types": "dist/index.d.ts" - } + }, + "typecheckSkipLibCheck": true }