Skip to content

Commit

Permalink
fix: remove index.ts from include
Browse files Browse the repository at this point in the history
  • Loading branch information
theisel committed May 7, 2022
1 parent 1aeaea5 commit 5e8ddf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"strict": true,
"forceConsistentCasingInFileNames": true
},
"include": ["index.ts", "src"]
"include": ["src"]
}

0 comments on commit 5e8ddf9

Please sign in to comment.