Skip to content

Commit

Permalink
Added include path to include all TypeScript files in src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
micthiesen committed Oct 18, 2024
1 parent af36b89 commit 527ed5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"include": ["src/**/*"],
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
Expand Down

0 comments on commit 527ed5c

Please sign in to comment.