Skip to content

Commit

Permalink
build: tell TS to include only src,tests,types
Browse files Browse the repository at this point in the history
  • Loading branch information
cwillisf committed Dec 10, 2024
1 parent adaf531 commit 51a5280
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"include": [
"./src/",
"./tests/",
"./types/"
],
"compilerOptions": {
"outDir": "./dist/",
"noImplicitAny": true,
Expand Down
File renamed without changes.

0 comments on commit 51a5280

Please sign in to comment.