Skip to content

Commit

Permalink
Switch back to commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba committed Dec 14, 2023
1 parent 4ce9ab0 commit 1d45457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "build",
"private": "true",
"type": "module",
"dependencies": {
"@aws-sdk/client-cloudwatch-logs": "^3.473.0",
"@aws-sdk/client-s3": "^3.473.0",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "@tsconfig/node20",
"compilerOptions": {
"module": "esnext",
"moduleResolution": "bundler"
"module": "Node16",
"moduleResolution": "Node16"
}
}

0 comments on commit 1d45457

Please sign in to comment.