Skip to content

Commit

Permalink
Fix tsconfig.json of library
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller committed Dec 7, 2023
1 parent 41bc49d commit 7bf6e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"skipLibCheck": true,
"noEmit": true
},
"include": ["src", "./*.ts"]
"include": ["src", "./*.config.ts"]
}

0 comments on commit 7bf6e72

Please sign in to comment.