We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3ce47 commit f794bd4Copy full SHA for f794bd4
1 file changed
package.json
@@ -4,11 +4,12 @@
4
"description": "",
5
"main": "dist/index.js",
6
"scripts": {
7
- "dev": "ts-node --transpile-only index.ts",
+ "dev": "node --loader ts-node/esm index.ts",
8
"build": "tsc",
9
"start": "node dist/index.js",
10
"test": "echo \"No tests specified\" && exit 0"
11
},
12
+ "type": "module",
13
"keywords": [],
14
"author": "",
15
"license": "ISC",
0 commit comments