We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68187ea commit c82693bCopy full SHA for c82693b
samples/method/package.json
@@ -4,7 +4,7 @@
4
"main": "index.js",
5
"license": "MIT",
6
"scripts": {
7
- "start": "ts-node index.ts",
+ "start": "ts-node src/index.ts",
8
"lint": "eslint --fix './src/**/*.{js,jsx,ts,tsx}'",
9
"format": "prettier --write ./src"
10
},
0 commit comments