Skip to content

Commit

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

COPY src src
COPY typeings typeings
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", "./src/types"],
"typeRoots": ["node_modules/@types", "typeings"],
"strict": true,
"paths": {
"@/*": ["*"]
Expand Down

0 comments on commit 59da96d

Please sign in to comment.