Skip to content

Commit

Permalink
Merge pull request #187 from byu-oit/fixModuleRes
Browse files Browse the repository at this point in the history
fix: tsconfig module resolution
  • Loading branch information
Gage Moore authored Apr 8, 2024
2 parents cd6db1e + 800ce61 commit 5404b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"removeComments": false,
"strict": true,
"strictNullChecks": true,
"moduleResolution": "node",
"moduleResolution": "nodenext",
"outDir": "dist",
"lib": ["ESNext"],
"esModuleInterop": true,
Expand Down

0 comments on commit 5404b7b

Please sign in to comment.