We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent addfc08 commit f0f9fa8Copy full SHA for f0f9fa8
package.json
@@ -4,12 +4,11 @@
4
"description": "",
5
"main": "dist/index.js",
6
"scripts": {
7
- "dev": "ts-node index.ts",
+ "dev": "ts-node --transpile-only 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