Skip to content

Commit

Permalink
🔧 typescript: allow javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Sep 2, 2024
1 parent 99ea363 commit c5fe104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"skipLibCheck": true,
"allowJs": true,
"strict": true,
"noEmit": true
},
Expand Down

0 comments on commit c5fe104

Please sign in to comment.