Skip to content

Commit

Permalink
Exclude test file from dist
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcardeenas committed Apr 7, 2020
1 parent 14da2e4 commit 5303914
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 @@ -57,5 +57,5 @@
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
},
"include": ["src/**/*"],
"exclude": ["src/middleware/middleware.ts"]
"exclude": ["src/middleware/middleware.ts", "src/api/app.ts"]
}

0 comments on commit 5303914

Please sign in to comment.