Skip to content

Commit

Permalink
fix(typescript): do not emit declaration/types (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Nov 18, 2022
1 parent 6bb89e5 commit c27a225
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/orange-pigs-joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"aws-sdk-js-codemod": patch
---

Skip generation of type definitions
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "@tsconfig/node14/tsconfig.json",
"compilerOptions": {
"declaration": true,
"esModuleInterop": true,
"outDir": "dist",
"resolveJsonModule": true,
Expand Down

0 comments on commit c27a225

Please sign in to comment.