Skip to content

Commit 7a93a45

Browse files
authored
chore: Skip lib check for browser adapter. (#701)
There are some dependencies which have a conflict in type definitions. This only affects the adapter for the contract tests, and doesn't affect runtime, so I am disabling lib checks on that project for the moment. I'll also try to track down what changed.
1 parent 7266baa commit 7a93a45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/sdk/browser/contract-tests/adapter/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"strict": true,
88
"moduleResolution": "node",
99
"outDir": "dist",
10-
"sourceMap": true
10+
"sourceMap": true,
11+
"skipLibCheck": true
1112
},
1213
"lib": ["ES6"],
1314
"exclude": ["**/*.test.ts", "dist", "node_modules"]

0 commit comments

Comments
 (0)