File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ {
2+ // Use IntelliSense to learn about possible attributes.
3+ // Hover to view descriptions of existing attributes.
4+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+ "version" : " 0.2.0" ,
6+ "configurations" : [
7+ {
8+ "type" : " node" ,
9+ "request" : " attach" ,
10+ "name" : " Attach to start:dev" ,
11+ "protocol" : " inspector" ,
12+ "port" : 9229 ,
13+ "restart" : true ,
14+ "cwd" : " ${workspaceRoot}"
15+ }
16+ ]
17+ }
Original file line number Diff line number Diff line change 77 "build" : " tsc" ,
88 "start" : " node dist/index.js" ,
99 "start:dev" : " ts-node-dev --inspect --transpile-only --ignore-watch node_modules --respawn src/index.ts" ,
10- "test" : " jest"
10+ "test" : " jest --runInBand" ,
11+ "test:dev" : " node --inspect ./node_modules/jest/bin/jest.js --runInBand"
1112 },
1213 "author" : " Samuel Caçador" ,
1314 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments