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 1, 2024
1 parent 7918dd8 commit cb88ddf
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 cb88ddf

Please sign in to comment.