Skip to content

Commit a3f3644

Browse files
committed
Fix scripts
1 parent 970b238 commit a3f3644

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"type": "module",
66
"main": "dist/index.js",
77
"scripts": {
8-
"node-start": "ts-node-esm",
8+
"node-start": "node --import ./ts-node.register.mjs",
99
"node-build": "tsc",
10-
"test": "npm run build"
10+
"test": "npm run node-build -- --noEmit"
1111
},
1212
"repository": {
1313
"type": "git",

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
"resolveJsonModule": true,
88
"isolatedModules": true,
9-
"noEmit": true,
9+
"outDir": "./dist",
1010

1111
"forceConsistentCasingInFileNames": true,
1212
"strict": true,

0 commit comments

Comments
 (0)