Skip to content

Commit 65b4a76

Browse files
committed
change type to esm
1 parent 72099c6 commit 65b4a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "{{projectName}}",
33
"version": "1.0.0",
44
"description": "My Moleculer-based microservices project",
5-
"type": "commonjs",
5+
"type": "module",
66
"scripts": {
77
"build": "tsc --project tsconfig.build.json || cd .",
88
"postbuild": "echo {\"type\": \"commonjs\"} > dist/package.json",

0 commit comments

Comments
 (0)