Skip to content

Commit

Permalink
fix: Exclude index.d.ts from tsconfig (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffflorian committed Mar 30, 2021
1 parent 4bccb15 commit 22f9278
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 @@ -12,5 +12,6 @@
"outDir": "./dist",
"strict": true,
"esModuleInterop": true
}
},
"exclude": ["index.d.ts"]
}

0 comments on commit 22f9278

Please sign in to comment.