Skip to content

Commit c27a225

Browse files
authored
fix(typescript): do not emit declaration/types (#154)
1 parent 6bb89e5 commit c27a225

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/orange-pigs-joke.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"aws-sdk-js-codemod": patch
3+
---
4+
5+
Skip generation of type definitions

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": "@tsconfig/node14/tsconfig.json",
33
"compilerOptions": {
4-
"declaration": true,
54
"esModuleInterop": true,
65
"outDir": "dist",
76
"resolveJsonModule": true,

0 commit comments

Comments
 (0)