Skip to content

Commit

Permalink
fix: remove tests from include
Browse files Browse the repository at this point in the history
  • Loading branch information
lunaisnotaboy committed Apr 18, 2024
1 parent c9fc2f4 commit 4e43c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/megalodon/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
},
"include": ["./src", "./test"],
"include": ["./src"],
"exclude": ["node_modules", "example"]
}

0 comments on commit 4e43c61

Please sign in to comment.