Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen3H committed Sep 15, 2023
1 parent d09efb2 commit b6b4a73
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 @@ -5,11 +5,15 @@
"moduleDetection": "force",
"target": "ES2017",
"outDir": "dist",
"noUnusedLocals": true,
"noUnusedParameters": true,
"removeComments": true,
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"importHelpers": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"incremental": true,
"types": ["node"],
"baseUrl": ".",
"paths": {
Expand Down

0 comments on commit b6b4a73

Please sign in to comment.