Skip to content

Commit 5750240

Browse files
committed
Fix release build.
1 parent 6d0f9b4 commit 5750240

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
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"lib": ["ES2019"],
3+
"lib": ["ES2019", "dom"],
44
"module": "commonjs",
55
"target": "ES2019",
66
"outDir": "dist",

0 commit comments

Comments
 (0)