Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bryzettler committed Oct 16, 2023
1 parent 8ef17af commit 0df93f6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/account-postgres-sink-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY package.json ./
RUN yarn install

COPY src src
COPY typeings typeings
COPY typings typings
COPY tsconfig.build.json tsconfig.json

RUN yarn global add typescript
Expand Down
2 changes: 1 addition & 1 deletion packages/account-postgres-sink-service/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"moduleResolution": "Node",
"skipLibCheck": true,
"baseUrl": ".",
"typeRoots": ["node_modules/@types", "typeings"],
"typeRoots": ["node_modules/@types", "typings"],
"strict": true,
"paths": {
"@/*": ["*"]
Expand Down

0 comments on commit 0df93f6

Please sign in to comment.