Skip to content

Commit 26f88b9

Browse files
committed
chore: add lib to fix type checker
1 parent 4a18f3d commit 26f88b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"compilerOptions": {
33
"module": "esnext",
44
"target": "es5",
5+
"lib": ["es2018", "dom"],
56
"strict": true,
67
"declaration": true,
78
"outDir": "dist",

0 commit comments

Comments
 (0)