Skip to content

Commit

Permalink
fix: updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
khanzzirfan committed Nov 22, 2023
1 parent ebd7d51 commit 0a679c0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@
"allowSyntheticDefaultImports": true,
"target": "es2019",
"sourceMap": true,
"outDir": "./",
"outDir": ".serverless",
"rootDir": "./",
"baseUrl": "./",
"esModuleInterop": true
},
"include": ["**/*.ts"],
"exclude": ["node_modules"]
}
}

0 comments on commit 0a679c0

Please sign in to comment.