Skip to content

Commit

Permalink
chore: set module to commonjs and moduleResolution to node
Browse files Browse the repository at this point in the history
error TS2835 is thrown
  • Loading branch information
trivikr committed May 2, 2024
1 parent 8b8a6a2 commit 4ceb2a7
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 @@ -5,6 +5,8 @@
"downlevelIteration": true,
"incremental": true,
"importHelpers": true,
"module": "commonjs",
"moduleResolution": "node",
"noEmitHelpers": false,
"noFallthroughCasesInSwitch": true,
"paths": {
Expand Down

0 comments on commit 4ceb2a7

Please sign in to comment.