We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f93fd7 commit b5c53d2Copy full SHA for b5c53d2
2 files changed
.vscode/launch.json
@@ -8,7 +8,7 @@
8
"type": "node",
9
"request": "launch",
10
"name": "Launch Program",
11
- "program": "${workspaceFolder}/src/index.ts",
+ "program": "${workspaceFolder}/script/example.ts",
12
"preLaunchTask": "npm: compile",
13
"outFiles": ["${workspaceFolder}/dist/**/*.js"]
14
},
package.json
@@ -5,7 +5,7 @@
5
"description": "typescript-template-library",
6
"scripts": {
7
"start": "npm run dev",
- "dev": "ts-node src/index.ts",
+ "dev": "ts-node script/example.ts",
"watch": "nodemon .",
"test": "npm run build:dev:clean && npm run coverage",
"test:prod": "npm run build:prod:clean && npm run coverage",
0 commit comments