Skip to content

Commit 472c206

Browse files
committed
chore: re-enable typechecking after netlify update
1 parent 47245a3 commit 472c206

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

packages/adapter-netlify/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
"devDependencies": {
5151
"@netlify/edge-functions": "catalog:",
5252
"@netlify/functions": "catalog:",
53+
"@netlify/node-cookies": "^0.1.0",
54+
"@netlify/types": "^2.1.0",
5355
"@rollup/plugin-commonjs": "catalog:",
5456
"@rollup/plugin-json": "catalog:",
5557
"@rollup/plugin-node-resolve": "catalog:",

packages/adapter-netlify/tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
"target": "es2022",
99
"module": "node16",
1010
"moduleResolution": "node16",
11-
// Some `@netlify/functions` types we don't use cause a type error
12-
// see https://github.com/netlify/primitives/issues/302
13-
"skipLibCheck": true,
1411
"allowSyntheticDefaultImports": true,
1512
"baseUrl": ".",
1613
"paths": {

pnpm-lock.yaml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)