Skip to content

Commit

Permalink
chore: Enable favorable options in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
vain0x committed Aug 27, 2024
1 parent d5434ed commit 8f5b4c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
],
"sourceMap": true,
"rootDir": "src",
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"skipLibCheck": true,
"strict": true /* enable all strict type-checking options */
/* Additional Checks */
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
Expand Down

0 comments on commit 8f5b4c5

Please sign in to comment.