Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
s1adem4n committed Jul 30, 2023
1 parent d47dab9 commit 3c26a0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
"node": ">=18"
},
"publishConfig": {
"access": "public"
"access": "public",
"npm": false
}
}
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"strict": true,
"target": "ES2022"
},
"exclude": ["node_modules"],
"include": ["src"],
"ts-node": {
"esm": true
},
"include": ["src"],
"exclude": ["node_modules"]
}
}

0 comments on commit 3c26a0f

Please sign in to comment.