Skip to content

Commit

Permalink
Cleanup: avoid compiling the tests into dist
Browse files Browse the repository at this point in the history
  • Loading branch information
ggalmazor committed Oct 11, 2024
1 parent 80ce78a commit 9e559ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"include": ["lib/**/*.ts", "test/**/*.ts"],
"include": ["lib/**/*.ts"],
"exclude": ["**/*.spec.ts"],
"compilerOptions": {
"allowJs": false,
"allowSyntheticDefaultImports": false,
Expand Down

0 comments on commit 9e559ed

Please sign in to comment.