Skip to content

Commit 1a006a7

Browse files
committed
add dom types
1 parent 83fc3c1 commit 1a006a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/jest-runtime/tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
4+
// needed for WebAssembly, see https://github.com/microsoft/TypeScript-DOM-lib-generator/issues/826
5+
"lib": ["dom"],
46
"rootDir": "src",
57
"outDir": "build"
68
},

0 commit comments

Comments
 (0)