Skip to content

Commit

Permalink
🐛 fix: fix missing types
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Aug 22, 2023
1 parent 6720977 commit 4d8029d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"module": "CommonJS",
"target": "ES5",
"lib": ["esnext", "DOM"],
"declaration": true,
"sourceMap": true,
"baseUrl": ".",
"allowSyntheticDefaultImports": true,
Expand Down

0 comments on commit 4d8029d

Please sign in to comment.