Skip to content

Commit 15bf2c8

Browse files
committed
chore: fix typescript issue
1 parent f16de2b commit 15bf2c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig-base.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
3-
"jsx": "react"
3+
"jsx": "react",
4+
"lib": [ "DOM" ]
45
},
56
"extends": "@txo/tsconfig-cjs"
67
}

0 commit comments

Comments
 (0)