diff --git a/package.json b/package.json index 53f83071..d0252638 100644 --- a/package.json +++ b/package.json @@ -34,5 +34,6 @@ "type": "libraries", "migration": "1646849022520" } - } + }, + "typecheckSkipLibCheck": true } diff --git a/packages/identity-integration/package.json b/packages/identity-integration/package.json index 27d80a2d..bcb62f5b 100644 --- a/packages/identity-integration/package.json +++ b/packages/identity-integration/package.json @@ -34,5 +34,6 @@ "access": "public", "main": "dist/index.js", "typings": "dist/index.d.ts" - } + }, + "typecheckSkipLibCheck": true } diff --git a/packages/next-document-with-gtag/package.json b/packages/next-document-with-gtag/package.json index 1736d620..38a9fe53 100644 --- a/packages/next-document-with-gtag/package.json +++ b/packages/next-document-with-gtag/package.json @@ -28,5 +28,6 @@ "access": "public", "main": "dist/index.js", "typings": "dist/index.d.ts" - } + }, + "typecheckSkipLibCheck": true } diff --git a/packages/next-document-with-helmet/package.json b/packages/next-document-with-helmet/package.json index fc37214d..73c37ae0 100644 --- a/packages/next-document-with-helmet/package.json +++ b/packages/next-document-with-helmet/package.json @@ -28,5 +28,6 @@ "publishConfig": { "main": "dist/index.js", "typings": "dist/index.d.ts" - } + }, + "typecheckSkipLibCheck": true } diff --git a/packages/next-document-with-icons/package.json b/packages/next-document-with-icons/package.json index c5204e2e..fea07fa0 100644 --- a/packages/next-document-with-icons/package.json +++ b/packages/next-document-with-icons/package.json @@ -27,5 +27,6 @@ "access": "public", "main": "dist/index.js", "typings": "dist/index.d.ts" - } + }, + "typecheckSkipLibCheck": true } diff --git a/packages/next-document-with-opengraph/package.json b/packages/next-document-with-opengraph/package.json index 92f5494f..16686c24 100644 --- a/packages/next-document-with-opengraph/package.json +++ b/packages/next-document-with-opengraph/package.json @@ -27,5 +27,6 @@ "access": "public", "main": "dist/index.js", "typings": "dist/index.d.ts" - } + }, + "typecheckSkipLibCheck": true }