Skip to content

Commit

Permalink
chore: skipLibCheck due to next@14 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelfimov committed Jan 29, 2024
1 parent d0c58aa commit bbcda98
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@
"type": "libraries",
"migration": "1646849022520"
}
}
},
"typecheckSkipLibCheck": true
}
3 changes: 2 additions & 1 deletion packages/identity-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@
"access": "public",
"main": "dist/index.js",
"typings": "dist/index.d.ts"
}
},
"typecheckSkipLibCheck": true
}
3 changes: 2 additions & 1 deletion packages/next-document-with-gtag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@
"access": "public",
"main": "dist/index.js",
"typings": "dist/index.d.ts"
}
},
"typecheckSkipLibCheck": true
}
3 changes: 2 additions & 1 deletion packages/next-document-with-helmet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@
"publishConfig": {
"main": "dist/index.js",
"typings": "dist/index.d.ts"
}
},
"typecheckSkipLibCheck": true
}
3 changes: 2 additions & 1 deletion packages/next-document-with-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
"access": "public",
"main": "dist/index.js",
"typings": "dist/index.d.ts"
}
},
"typecheckSkipLibCheck": true
}
3 changes: 2 additions & 1 deletion packages/next-document-with-opengraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
"access": "public",
"main": "dist/index.js",
"typings": "dist/index.d.ts"
}
},
"typecheckSkipLibCheck": true
}

0 comments on commit bbcda98

Please sign in to comment.