Skip to content

Commit

Permalink
configuring project
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Oct 13, 2024
1 parent e6dc3af commit 520dc06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"include": ["./src", "./test"],
"exclude": ["node_modules", "**/__tests__/*"],
"include": ["./src"],
"exclude": ["node_modules", "**/__tests__/*", "*.test.ts", "./test"],
"compilerOptions": {
"target": "es2019",
"module": "commonjs",
Expand Down

0 comments on commit 520dc06

Please sign in to comment.