Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshuteotia authored Feb 10, 2024
1 parent 8f41a91 commit 6d701bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ outDir: This is the location to output .js files after transpilation. We save it
"allowJs": true,
"outDir": "dist",
"strict": true,
/* If transpiling with Typescript */
"moduleResolution": "NodeNext",
"module": "NodeNext",
"sourceMap": true,

"esModuleInterop": true,
"resolveJsonModule": true
}
Expand Down

0 comments on commit 6d701bc

Please sign in to comment.