Skip to content

Commit

Permalink
Merge pull request #188 from byu-oit/fixModuleRes
Browse files Browse the repository at this point in the history
fix: module resolution
  • Loading branch information
tylerablackham authored May 13, 2024
2 parents 5404b7b + 254c761 commit 546de22
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
{
"extends": "@tsconfig/node20/tsconfig.json",
"compilerOptions": {
"sourceMap": true,
"declaration": true,
"removeComments": false,
"strict": true,
"strictNullChecks": true,
"moduleResolution": "nodenext",
"outDir": "dist",
"lib": ["ESNext"],
"esModuleInterop": true,
"resolveJsonModule": true
"esModuleInterop": true
},
"extends": "@tsconfig/node20/tsconfig.json",
"include": [
"src/**/*"
],
"compileOnSave": false
}
"include": ["src"]
}

0 comments on commit 546de22

Please sign in to comment.