Skip to content

Commit af071fb

Browse files
committed
try without skiplib
1 parent a2f03dc commit af071fb

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

packages/host/tsconfig.node-scripts.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"compilerOptions": {
44
"composite": true,
55
"emitDeclarationOnly": true,
6-
"skipLibCheck": true,
76
"outDir": "dist",
87
"rootDir": "scripts",
98
"types": ["node"]

packages/host/tsconfig.node-tests.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"extends": "./tsconfig.node.json",
33
"compilerOptions": {
44
"composite": true,
5-
"skipLibCheck": true,
65
"emitDeclarationOnly": true
76
},
87
"include": ["src/node/**/*.test.ts"],

packages/host/tsconfig.node.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"compilerOptions": {
44
"composite": true,
55
"declarationMap": true,
6-
"skipLibCheck": true,
76
"outDir": "dist",
87
"rootDir": "src",
98
"types": ["node"]

packages/host/tsconfig.react-native.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"compilerOptions": {
44
"composite": true,
55
"declarationMap": true,
6-
"skipLibCheck": true,
76
"noEmit": false,
87
"outDir": "dist",
98
"rootDir": "src",

0 commit comments

Comments
 (0)