Skip to content

Commit

Permalink
Fix include
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba committed Dec 14, 2023
1 parent 1d45457 commit 716e1d1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@pulumi/aws": "^6.13.3",
"@pulumi/awsx": "^2.3.0",
"@pulumi/pulumi": "^3.97.0",
"@tsconfig/node20": "^20.1.2",
"@tsconfig/node16": "^16.1.1",
"@types/aws-lambda": "^8.10.130",
"@types/node": "^20.10.4",
"esbuild": "^0.19.9",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

7 changes: 2 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"extends": "@tsconfig/node20",
"compilerOptions": {
"module": "Node16",
"moduleResolution": "Node16"
}
"extends": "@tsconfig/node16",
"include": ["src"]
}

0 comments on commit 716e1d1

Please sign in to comment.