Skip to content

Commit 62b2bd7

Browse files
stainless-emRobertCraigie
authored andcommitted
skipLibCheck for bun and cloudflare workers (their types clash with @types/node)
1 parent b95c121 commit 62b2bd7

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

ecosystem-tests/bun/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"allowImportingTsExtensions": true,
1010
"strict": true,
1111
"downlevelIteration": true,
12-
"skipLibCheck": false,
12+
"skipLibCheck": true,
1313
"jsx": "preserve",
1414
"allowSyntheticDefaultImports": true,
1515
"forceConsistentCasingInFileNames": true,
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"extends": "./tsconfig.json",
33
"include": ["src"],
4-
"exclude": ["tests", "jest.config.cjs"],
5-
"compilerOptions": {
6-
"skipLibCheck": false
7-
}
4+
"exclude": ["tests", "jest.config.cjs"]
85
}

0 commit comments

Comments
 (0)