Skip to content

Commit

Permalink
chore: add two fields to tsconfig (#469)
Browse files Browse the repository at this point in the history
- Check file name casing in imports
- Explicitly disallow JS
  • Loading branch information
targos authored Oct 14, 2024
1 parent 00fb67c commit 168a68e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"strict": true,
"skipLibCheck": true,
"resolveJsonModule": true,
"forceConsistentCasingInFileNames": true,
"allowJs": false,
"isolatedModules": true,
"verbatimModuleSyntax": true,
"sourceMap": true,
Expand Down

0 comments on commit 168a68e

Please sign in to comment.