Skip to content

Commit

Permalink
chore: change tsconfig
Browse files Browse the repository at this point in the history
add resolveJsonModule true
  • Loading branch information
wssgcg1213 authored Aug 4, 2023
1 parent 8dbcd94 commit 667e692
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scaffolds/ice3-lite/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"noImplicitThis": true,
"noImplicitAny": false,
"importHelpers": true,
"resolveJsonModule": true,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"skipLibCheck": true,
Expand Down

0 comments on commit 667e692

Please sign in to comment.