Skip to content

Commit

Permalink
fixes build
Browse files Browse the repository at this point in the history
  • Loading branch information
hanseartic committed Jan 27, 2023
1 parent b8c4fe4 commit 18c04e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"declaration": true,
"emitDeclarationOnly": true,
"isolatedModules": true,
"esModuleInterop": true
"esModuleInterop": true,
"skipLibCheck": true
},
"include": [
"./src/**/*"
Expand Down

0 comments on commit 18c04e0

Please sign in to comment.