Skip to content

Commit b6577b5

Browse files
trivikrsrchase
authored andcommitted
fix: emitDeclarationOnly in tsconfig.types.json (smithy-lang#452)
1 parent c896bb7 commit b6577b5

File tree

1 file changed

+2
-1
lines changed
  • smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen

1 file changed

+2
-1
lines changed

smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/tsconfig.types.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"compilerOptions": {
44
"removeComments": false,
55
"declaration": true,
6-
"declarationDir": "dist-types"
6+
"declarationDir": "dist-types",
7+
"emitDeclarationOnly": true
78
},
89
"exclude": ["test/**/*", "dist-types/**/*"]
910
}

0 commit comments

Comments
 (0)