Skip to content

Commit 99fbe55

Browse files
committed
fix integration tests
1 parent e1fe9c5 commit 99fbe55

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

integrationTests/ts/tsconfig.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"compilerOptions": {
33
"module": "commonjs",
4-
"lib": ["es2019", "es2020.promise", "es2020.bigint", "es2020.string"],
4+
"lib": [
5+
"es2019",
6+
"es2020.promise",
7+
"es2020.bigint",
8+
"es2020.string",
9+
"dom" // Workaround for missing web-compatible globals in `@types/node`
10+
],
511
"noEmit": true,
612
"types": [],
713
"strict": true,

0 commit comments

Comments
 (0)