Skip to content

Commit

Permalink
Merge pull request #82 from renanwilliam/patch-1
Browse files Browse the repository at this point in the history
Atualiza tsconfig.json
  • Loading branch information
mariohmol authored Sep 26, 2024
2 parents 1e7579a + a798750 commit c580658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"outDir": "./dist",
"baseUrl": "src",
"sourceMap": true,
"declaration": false,
"declaration": true,
"noImplicitReturns": true,
"strict": true,
"moduleResolution": "node",
Expand Down Expand Up @@ -43,4 +43,4 @@
"addons",
"test"
]
}
}

0 comments on commit c580658

Please sign in to comment.