Skip to content

Commit

Permalink
allowJs and checkJs
Browse files Browse the repository at this point in the history
  • Loading branch information
zerodevx committed Aug 25, 2024
1 parent e062106 commit d99a480
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"skipLibCheck": true,
"sourceMap": true,
"module": "NodeNext",
"moduleResolution": "NodeNext"
"moduleResolution": "NodeNext",
"allowJs": true,
"checkJs": true
}
}

0 comments on commit d99a480

Please sign in to comment.