We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad7c94 commit 04de13aCopy full SHA for 04de13a
package.json
@@ -2,6 +2,7 @@
2
"name": "juicy-coupon-bot",
3
"version": "2.1.0",
4
"description": "Coupon code generator and distribution bot for OWASP Juice Shop",
5
+ "type": "module",
6
"homepage": "http://owasp-juice.shop",
7
"bugs": {
8
"url": "https://github.com/juice-shop/juicy-coupon-bot/issues"
tsconfig.json
@@ -1,7 +1,7 @@
1
{
"compilerOptions": {
"target": "es2016",
- "module": "commonjs",
+ "module": "NodeNext",
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
0 commit comments