Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
epreston committed Aug 27, 2023
1 parent d30e784 commit 1f49345
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 @@ -34,5 +34,6 @@
/* Completeness */
"skipLibCheck": true
},
"input": ["src", "test"]
"input": ["src", "test"],
"exclude": ["node_modules", "**/node_modules/*", "dist"]
}

0 comments on commit 1f49345

Please sign in to comment.