Skip to content

Commit

Permalink
fix: remove importsNotUsedAsValues TS option (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuditi authored Apr 5, 2023
1 parent f3189cf commit 3cddf1d
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion sdk/src/client/bindings/nodejs/examples/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"sourceMap": true,
"strict": true,
"moduleResolution": "node",
"importsNotUsedAsValues": "error",
"noImplicitAny": true,
"removeComments": true,
"skipLibCheck": true,
Expand Down
1 change: 0 additions & 1 deletion sdk/src/client/bindings/nodejs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"sourceMap": true,
"strict": true,
"moduleResolution": "node",
"importsNotUsedAsValues": "error",
"noImplicitAny": true,
"preserveConstEnums": true,
"resolveJsonModule": true,
Expand Down
1 change: 0 additions & 1 deletion sdk/src/client/bindings/wasm/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"sourceMap": true,
"strict": true,
"moduleResolution": "node",
"importsNotUsedAsValues": "error",
"noImplicitAny": true,
"preserveConstEnums": true,
"resolveJsonModule": true,
Expand Down
4 changes: 2 additions & 2 deletions sdk/src/wallet/bindings/nodejs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion sdk/src/wallet/bindings/nodejs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"sourceMap": true,
"strict": true,
"moduleResolution": "node",
"importsNotUsedAsValues": "error",
"noImplicitAny": true,
"removeComments": false,
"preserveConstEnums": true,
Expand Down
1 change: 0 additions & 1 deletion sdk/src/wallet/bindings/wasm/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"sourceMap": true,
"strict": true,
"moduleResolution": "node",
"importsNotUsedAsValues": "error",
"noImplicitAny": true,
"preserveConstEnums": true,
"resolveJsonModule": true,
Expand Down

0 comments on commit 3cddf1d

Please sign in to comment.