set module type to commonjs

This commit is contained in:
Andre Staltz 2023-04-21 14:40:32 +03:00
parent c2b98014a5
commit 45118c7e01
No known key found for this signature in database
GPG Key ID: 9EDE23EA7E8A4890
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
"lib/*.js",
"compat/*.js"
],
"type": "commonjs",
"engines": {
"node": ">=16"
},