Skip to content

Commit c5b7629

Browse files
committed
test(complex-types): add DOM lib
close #87
1 parent 95150bd commit c5b7629

File tree

3 files changed

+416
-167
lines changed

3 files changed

+416
-167
lines changed

packages/complex-types/test/__fixtures__/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "ES2018",
4-
"lib": ["ESNext"],
4+
"lib": ["ESNext", "DOM"],
55
"module": "ESNext",
66
"moduleResolution": "Node",
77
"resolveJsonModule": true,

0 commit comments

Comments
 (0)