Skip to content

Commit 04de13a

Browse files
committed
use nodenext module
1 parent 3ad7c94 commit 04de13a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "juicy-coupon-bot",
33
"version": "2.1.0",
44
"description": "Coupon code generator and distribution bot for OWASP Juice Shop",
5+
"type": "module",
56
"homepage": "http://owasp-juice.shop",
67
"bugs": {
78
"url": "https://github.com/juice-shop/juicy-coupon-bot/issues"

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "es2016",
4-
"module": "commonjs",
4+
"module": "NodeNext",
55
"forceConsistentCasingInFileNames": true,
66
"strict": true,
77
"skipLibCheck": true,

0 commit comments

Comments
 (0)