Skip to content

Commit

Permalink
chore: extend root tsconfig from @tsconfig/node16
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed May 2, 2024
1 parent a484e22 commit 8b8a6a2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
{
"extends": "@tsconfig/node16/tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"downlevelIteration": true,
"esModuleInterop": true,
"incremental": true,
"importHelpers": true,
"noEmitHelpers": false,
"strict": true,
"lib": ["es2021"],
"module": "commonjs",
"target": "es2021",
"moduleResolution": "node",
"noFallthroughCasesInSwitch": true,
"paths": {
"@aws-sdk/*": ["packages/*/"],
Expand Down

0 comments on commit 8b8a6a2

Please sign in to comment.