Skip to content

Commit

Permalink
Merge pull request #58 from Brints/swagger_doc
Browse files Browse the repository at this point in the history
build: Added build configs for ejs.
  • Loading branch information
aniebietafia authored Nov 13, 2024
2 parents 53356b7 + af33a96 commit c24c7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brints-estate-api/tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./tsconfig.json",
"include": ["src/**/*.ts", "src/**/*.d.ts", "**/*.ts"],
"include": ["src/**/*.ts", "src/**/*.d.ts", "**/*.ts", "src/**/*.ejs"],
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}

0 comments on commit c24c7ca

Please sign in to comment.