We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7266baa commit 6e15a37Copy full SHA for 6e15a37
packages/sdk/browser/contract-tests/adapter/tsconfig.json
@@ -7,7 +7,8 @@
7
"strict": true,
8
"moduleResolution": "node",
9
"outDir": "dist",
10
- "sourceMap": true
+ "sourceMap": true,
11
+ "skipLibCheck": true
12
},
13
"lib": ["ES6"],
14
"exclude": ["**/*.test.ts", "dist", "node_modules"]
0 commit comments