Skip to content

Commit

Permalink
fix: typescript errors due to inclusion of @types (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
yobacca committed Nov 13, 2022
1 parent 838a982 commit 71dc9ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
@@ -1,12 +1,13 @@
{
"files": ["src/index.ts"],
"exclude": ["dist", "node_modules", "__tests__"],
"exclude": ["dist", "node_modules", "__tests__", "docs", ".**"],
"compilerOptions": {
"lib": ["ES2020"],
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "node",
"esModuleInterop": true,
"types": [],

"strict": true,

Expand Down

0 comments on commit 71dc9ea

Please sign in to comment.