Skip to content

Commit 0fa51ff

Browse files
AllanZhengYPkstich
authored andcommitted
loosen TS compiler config for noUnusedLocals
1 parent 471194e commit 0fa51ff

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"noEmitHelpers": true,
1212
"incremental": true,
1313
"resolveJsonModule": true,
14-
"noUnusedLocals": true,
1514
"declarationDir": "./types",
1615
"outDir": "dist/cjs"
1716
},

0 commit comments

Comments
 (0)