Skip to content

Commit

Permalink
bring back "resolveJsonModule": true,
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-dv committed Feb 6, 2020
1 parent bb721bf commit 64dc292
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/cra-ts-kitchen-sink/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"forceConsistentCasingInFileNames": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react"
Expand Down

0 comments on commit 64dc292

Please sign in to comment.