Skip to content

Commit

Permalink
Update package.json and tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
milespetrov committed Mar 8, 2024
1 parent dc3551c commit 34e5902
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 37 deletions.
69 changes: 35 additions & 34 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.1.1",
"private": false,
"description": "",
"main": "dist/index.js",
"module": "dist/index.js",
"type": "module",
"engines": {
"node": ">=20"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"target": "ESNext",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "./lib",
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"noImplicitAny": false,
Expand Down

0 comments on commit 34e5902

Please sign in to comment.