Skip to content

Commit

Permalink
tsconfig: allow importing json files (for new test fixtures)
Browse files Browse the repository at this point in the history
  • Loading branch information
landabaso committed Dec 9, 2023
1 parent 4938cc4 commit 422b29a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"extends": "./node_modules/@bitcoinerlab/configs/tsconfig.json"
}
{
"compilerOptions": {
"resolveJsonModule": true,
},
"extends": "./node_modules/@bitcoinerlab/configs/tsconfig.json"
}

0 comments on commit 422b29a

Please sign in to comment.