Skip to content

Commit

Permalink
use resolveJsonModule too
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Dec 3, 2024
1 parent ab35207 commit 9b56c79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"lib": ["es6", "dom"],
"module": "commonjs",
"esModuleInterop": true,
"resolveJsonModule": true,
"noEmit": true,
"strict": true,
"target": "es5",
Expand Down
1 change: 1 addition & 0 deletions packages/styled/types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"lib": ["es6", "dom"],
"module": "commonjs",
"esModuleInterop": true,
"resolveJsonModule": true,
"noEmit": true,
"strict": true,
"target": "es5",
Expand Down

0 comments on commit 9b56c79

Please sign in to comment.