Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit df3ce90

Browse files
committed
fix: update base tsconfig to avoid specifying webdriverio types
I thought we needed these, but it turns out that the default behavior works ok.
1 parent 0ff50e2 commit df3ce90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/builder/tsconfig-base.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"declaration": true,
1515
"experimentalDecorators": true,
1616
"resolveJsonModule": true,
17-
"types": ["node", "webdriverio/async"],
1817
"lib": ["dom", "esnext", "es6", "dom.iterable", "scripthost"]
1918
}
2019
}

0 commit comments

Comments
 (0)