Skip to content

Commit

Permalink
added "resolveJsonModule": true in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniSomoza committed Dec 11, 2024
1 parent b204e9e commit 54c71df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/protocol-kit/tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "../../tsconfig.settings.json",
"compilerOptions": {
"resolveJsonModule": true,
"composite": true,
"outDir": "dist"
},
Expand Down
1 change: 1 addition & 0 deletions packages/protocol-kit/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "../../tsconfig.settings.json",
"compilerOptions": {
"resolveJsonModule": true,
"composite": true,
"outDir": "dist"
},
Expand Down
1 change: 1 addition & 0 deletions packages/relay-kit/tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "../../tsconfig.settings.json",
"compilerOptions": {
"resolveJsonModule": true,
"composite": true,
"outDir": "dist"
},
Expand Down
1 change: 1 addition & 0 deletions packages/relay-kit/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "../../tsconfig.settings.json",
"compilerOptions": {
"resolveJsonModule": true,
"composite": true,
"outDir": "dist"
},
Expand Down

0 comments on commit 54c71df

Please sign in to comment.