Skip to content

Commit

Permalink
added so TS can resolve signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
basz committed Apr 17, 2024
1 parent 6fbb444 commit 8f963a9
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 @@ -20,6 +20,6 @@
"declaration": true,
"downlevelIteration": true
},
"include": ["src"],
"include": ["src", "test"],
"exclude": ["tmp", "temp", "lib", "node_modules"]
}

0 comments on commit 8f963a9

Please sign in to comment.