Skip to content

Commit

Permalink
Fix tsconfig's module setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Septh committed Jun 2, 2023
1 parent 60db906 commit 942d055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
// Output
"outDir": "dist",
"target": "ESNext",
"module": "ESNext",
"module": "Node16",
"declaration": true,
"declarationMap": true,
"sourceMap": true,

// Type checkings
// Type checking
"strict": true,
"noImplicitReturns": true,
"noUnusedLocals": false,
Expand Down

0 comments on commit 942d055

Please sign in to comment.