Skip to content

Commit f0f9fa8

Browse files
committed
tsnode
1 parent addfc08 commit f0f9fa8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44
"description": "",
55
"main": "dist/index.js",
66
"scripts": {
7-
"dev": "ts-node index.ts",
7+
"dev": "ts-node --transpile-only index.ts",
88
"build": "tsc",
99
"start": "node dist/index.js",
1010
"test": "echo \"No tests specified\" && exit 0"
1111
},
12-
"type":"module",
1312
"keywords": [],
1413
"author": "",
1514
"license": "ISC",

0 commit comments

Comments
 (0)