Skip to content

Commit

Permalink
attempt to fix prod tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
victorquinn committed Oct 8, 2024
1 parent af07779 commit 85b4cc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"declaration": true
"declaration": true,
"resolveJsonModule": true
},
"exclude": ["node_modules", "jest.config.ts"]
}
3 changes: 2 additions & 1 deletion tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"declaration": true
"declaration": true,
"resolveJsonModule": true
},
"exclude": ["node_modules", "jest.config.ts"]
}

0 comments on commit 85b4cc9

Please sign in to comment.