Skip to content

Commit

Permalink
Add resolveJsonModule
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee committed Apr 18, 2023
1 parent 8b5cb32 commit 1775af5
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 @@ -2,7 +2,8 @@
"extends": "@tsconfig/node16/tsconfig.json",
"compilerOptions": {
"outDir": "./lib",
"rootDir": "./src"
"rootDir": "./src",
"resolveJsonModule": true,
},
"exclude": [
"node_modules",
Expand Down

0 comments on commit 1775af5

Please sign in to comment.