Skip to content

Commit a3804d3

Browse files
committed
fix: set ts module as commonjs
1 parent 36cb1d2 commit a3804d3

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@secjs/utils",
3-
"version": "1.8.1",
4-
"type": "module",
3+
"version": "1.8.2",
54
"description": "",
65
"license": "MIT",
76
"author": "João Lenon <lenonSec7@gmail.com>",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"baseUrl": ".",
44
"esModuleInterop": true,
5-
"module": "esnext",
5+
"module": "commonjs",
66
"moduleResolution": "Node",
77
"declaration": true,
88
"noImplicitAny": false,

0 commit comments

Comments
 (0)