Skip to content

Commit

Permalink
fix: set ts module as commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Apr 7, 2022
1 parent 36cb1d2 commit a3804d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@secjs/utils",
"version": "1.8.1",
"type": "module",
"version": "1.8.2",
"description": "",
"license": "MIT",
"author": "João Lenon <lenonSec7@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"baseUrl": ".",
"esModuleInterop": true,
"module": "esnext",
"module": "commonjs",
"moduleResolution": "Node",
"declaration": true,
"noImplicitAny": false,
Expand Down

0 comments on commit a3804d3

Please sign in to comment.