Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit a036b65

Browse files
committed
fix testing-library's TypeScript DOM dependency
1 parent 3feb41f commit a036b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"esModuleInterop": false,
77
"experimentalDecorators": true,
88
"jsx": "react",
9-
"lib": [ "es2015", "es2017.object" ],
9+
"lib": [ "dom", "es2015", "es2017.object" ],
1010
"module": "commonjs",
1111
"outDir": "./build",
1212
"removeComments": true,

0 commit comments

Comments
 (0)