Skip to content

Commit

Permalink
πŸ”„ synced local 'tsconfig.json' with remote 'tsconfig.json'
Browse files Browse the repository at this point in the history
  • Loading branch information
circle-github-action-bot committed Aug 30, 2024
1 parent 043916c commit c3dcd7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"strictNullChecks": true,
"skipLibCheck": true,
"types": ["node", "jest"],
"allowJs": true
"allowJs": true,
"esModuleInterop": true,
"resolveJsonModule": true
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit c3dcd7b

Please sign in to comment.