Skip to content

Commit 23d968e

Browse files
committed
chore(typescript): Add DOM do target platforms
1 parent e982a6d commit 23d968e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/js-utils/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"compilerOptions": {
44
"skipLibCheck": true,
55
"module": "ESNext",
6+
"lib": ["ESNext", "DOM"],
67
"moduleResolution": "bundler",
78
"allowImportingTsExtensions": true,
89
"resolveJsonModule": true,

0 commit comments

Comments
 (0)