Skip to content

Commit

Permalink
Restore resolveJsonModule
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Nov 25, 2024
1 parent d681f27 commit 1ca18e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"noErrorTruncation": true,
"noUncheckedIndexedAccess": true,
"strict": true,
"target": "es2020"
"target": "es2020",
"resolveJsonModule": true
},
"exclude": ["./dist", "**/node_modules"]
}

0 comments on commit 1ca18e4

Please sign in to comment.