Skip to content

Commit

Permalink
Revert build configuration for @rocket.chat/pdf-worker
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan committed Aug 10, 2024
1 parent e739f22 commit 2da23cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion apps/meteor/tests/end-to-end/api/livechat/00-rooms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,6 @@ describe('LIVECHAT - rooms', () => {
.expect('Content-Type', 'application/json')
.expect(200)
.expect((res: Response) => {
console.log({ res: res.body });
expect(res.body).to.have.property('success', true);
});

Expand Down
2 changes: 2 additions & 0 deletions ee/packages/pdf-worker/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"declaration": true,
"declarationMap": true
},
"include": ["./src/**/*"],
"exclude": ["./src/**/*.spec.ts", "./src/**/*.spec.tsx"],
Expand Down
5 changes: 4 additions & 1 deletion ee/packages/pdf-worker/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "../../../tsconfig.base.client.json",
"extends": "../../../tsconfig.base.server.json",
"compilerOptions": {
"jsx": "react-jsx"
}
}

0 comments on commit 2da23cb

Please sign in to comment.