Skip to content

Commit

Permalink
chore(tsconfig): move resolveJsonModule up
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Jun 7, 2022
1 parent 6b4387f commit b6892d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"allowJs": true,
"strict": true,
"module": "esnext",
"resolveJsonModule": true,
"isolatedModules": true,
"noImplicitAny": false,
"noEmit": true,
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"forceConsistentCasingInFileNames": true,
"jsx": "react-jsx",
"moduleResolution": "node",
"resolveJsonModule": true,
"skipLibCheck": true,
"strictBindCallApply": true,
"target": "ES2018",
Expand Down

0 comments on commit b6892d1

Please sign in to comment.