Skip to content

Commit

Permalink
build: exclude tests when building typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanroon committed Apr 10, 2021
1 parent 0d768c2 commit c257f92
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 @@ -63,5 +63,5 @@
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
},
"exclude": ["node_modules", "dist"]
"exclude": ["node_modules", "dist", "tests"]
}

0 comments on commit c257f92

Please sign in to comment.