We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72099c6 commit 65b4a76Copy full SHA for 65b4a76
template/package.json
@@ -2,7 +2,7 @@
2
"name": "{{projectName}}",
3
"version": "1.0.0",
4
"description": "My Moleculer-based microservices project",
5
- "type": "commonjs",
+ "type": "module",
6
"scripts": {
7
"build": "tsc --project tsconfig.build.json || cd .",
8
"postbuild": "echo {\"type\": \"commonjs\"} > dist/package.json",
0 commit comments