Skip to content

Commit

Permalink
Breaking: add resolveJsonModule: true to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
forabi committed Sep 8, 2018
1 parent 12496e3 commit 966ef34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typescript/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"moduleResolution": "node",
"resolveJsonModule": true,

"strict": true,
"noImplicitReturns": true,
Expand Down

0 comments on commit 966ef34

Please sign in to comment.