Skip to content

Commit 1a04847

Browse files
committed
added skiplibcheck in another proj
1 parent 40e9221 commit 1a04847

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

packages/host/tsconfig.node-scripts.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"compilerOptions": {
44
"composite": true,
55
"emitDeclarationOnly": true,
6+
"skipLibCheck": true,
67
"outDir": "dist",
78
"rootDir": "scripts",
89
"types": ["node"]

packages/host/tsconfig.node-tests.json

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

packages/host/tsconfig.node.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"compilerOptions": {
44
"composite": true,
55
"declarationMap": true,
6+
"skipLibCheck": true,
67
"outDir": "dist",
78
"rootDir": "src",
89
"types": ["node"]

packages/host/tsconfig.react-native.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"compilerOptions": {
44
"composite": true,
55
"declarationMap": true,
6+
"skipLibCheck": true,
67
"noEmit": false,
78
"outDir": "dist",
89
"rootDir": "src",

0 commit comments

Comments
 (0)