Skip to content

Commit 6e15a37

Browse files
committed
chore: Skip lib check for browser adapter.
1 parent 7266baa commit 6e15a37

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)