Skip to content

Commit

Permalink
build(tsconfig): specify node module resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Nov 28, 2023
1 parent 18c518d commit 9f4894b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {},
"devDependencies": {
"@types/node": "^16.18.64",
"@types/node": "^18.18.13",
"deno2node": "1.10.1"
},
"files": [
Expand Down
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
],
"compilerOptions": {
"declaration": true,
"moduleResolution": "Node",
"skipLibCheck": true,
"target": "ES2020", // Node.js 14
"outDir": "dist"
}
Expand Down

0 comments on commit 9f4894b

Please sign in to comment.