Skip to content

Commit

Permalink
Do eslint & jest really need jsAllowed?
Browse files Browse the repository at this point in the history
  • Loading branch information
LanDinh committed Dec 24, 2024
1 parent d61bd40 commit da353a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"resolveJsonModule": true,
"target": "ES2019",
"strict": true,
"allowJs": false,
"allowJs": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": "./",
"paths": {
Expand Down

0 comments on commit da353a2

Please sign in to comment.