Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
geoperez authored Dec 5, 2023
1 parent 0a983ca commit 5d4b4f5
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 @@ -18,5 +18,5 @@
"sourceMap": false
},
"include": ["src/**/*.ts", "src/**/*.tsx"],
"exclude": ["src/**/*.spec.ts", "src/**/*.spec.tsx", "node_modules"]
"exclude": ["src/**/*.spec.ts", "src/**/*.spec.tsx", "src/**/*.test.tsx", "node_modules"]
}

0 comments on commit 5d4b4f5

Please sign in to comment.