Skip to content

Commit

Permalink
chore: types
Browse files Browse the repository at this point in the history
  • Loading branch information
maxholman committed Nov 6, 2024
1 parent a65cbd7 commit 6137f7b
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 @@ -25,6 +25,6 @@
"allowArbitraryExtensions": true,
"skipLibCheck": true
},
"include": ["./lib", "./__tests__"],
"include": ["./lib", "./examples", "./__tests__"],
"exclude": ["./dist", "node_modules"]
}

0 comments on commit 6137f7b

Please sign in to comment.