Skip to content

Commit 00ad27c

Browse files
committed
re-enable skipLibCheck
1 parent 02034b5 commit 00ad27c

File tree

3 files changed

+74
-63
lines changed

3 files changed

+74
-63
lines changed

packages/adapter-netlify/tsconfig.json

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

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ packages:
1313

1414
catalog:
1515
'@playwright/test': '^1.51.1'
16-
'vitest': '^3.2.2'
16+
'vitest': '^3.2.3'

0 commit comments

Comments
 (0)