We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 970b238 commit a3f3644Copy full SHA for a3f3644
package.json
@@ -5,9 +5,9 @@
5
"type": "module",
6
"main": "dist/index.js",
7
"scripts": {
8
- "node-start": "ts-node-esm",
+ "node-start": "node --import ./ts-node.register.mjs",
9
"node-build": "tsc",
10
- "test": "npm run build"
+ "test": "npm run node-build -- --noEmit"
11
},
12
"repository": {
13
"type": "git",
tsconfig.json
@@ -6,7 +6,7 @@
"resolveJsonModule": true,
"isolatedModules": true,
- "noEmit": true,
+ "outDir": "./dist",
"forceConsistentCasingInFileNames": true,
"strict": true,
0 commit comments