Skip to content

Commit

Permalink
docs(tsconfig.json): add TypeScript config cheat sheet URL for reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluzzi committed Dec 25, 2024
1 parent 1f974ca commit 8f8864c
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
@@ -1,4 +1,6 @@
{
/* Cheat Sheet: https://www.totaltypescript.com/tsconfig-cheat-sheet */

"compilerOptions": {
/* Base Options: */
"esModuleInterop": true,
Expand Down

0 comments on commit 8f8864c

Please sign in to comment.