Skip to content

Commit

Permalink
chore(tsconfig): add resolveJsonModule to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
BayBreezy committed Oct 31, 2024
1 parent 843eff0 commit ed955f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"outDir": "dist",
"rootDir": "src",
"strict": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"declaration": true,
Expand Down

0 comments on commit ed955f5

Please sign in to comment.