Skip to content

Commit

Permalink
fix: serverless offline tsc paths build (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
mimurawil authored Nov 24, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent b43f2f6 commit 3628c5c
Showing 3 changed files with 100 additions and 1 deletion.
96 changes: 96 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -55,6 +55,7 @@
"serverless-dotenv-plugin": "4.0.2",
"serverless-offline": "12.0.4",
"serverless-plugin-typescript": "^2.1.5",
"serverless-tscpaths": "^0.0.8",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"typescript": "4.9.4"
4 changes: 3 additions & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
@@ -11,8 +11,10 @@ frameworkVersion: '3'
useDotenv: true

plugins:
- serverless-offline
# https://www.serverless.com/plugins/serverless-plugin-typescript - typescript must precede offline
- serverless-plugin-typescript
- serverless-tscpaths
- serverless-offline
- serverless-dotenv-plugin

# The `provider` block defines where your service will be deployed

0 comments on commit 3628c5c

Please sign in to comment.