Commit f10e5d1 Ben Gowers
committed
1 parent 222c787 commit f10e5d1 Copy full SHA for f10e5d1
File tree 2 files changed +19
-0
lines changed
2 files changed +19
-0
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
+ "name" : " Attach" ,
9
+ "port" : 9229 ,
10
+ "request" : " attach" ,
11
+ "skipFiles" : [" <node_internals>/**" ],
12
+ "type" : " node" ,
13
+ "sourceMaps" : true ,
14
+ "outFiles" : [" ${workspaceFolder}/lib/**/*.js" ]
15
+ }
16
+ ]
17
+ }
Original file line number Diff line number Diff line change 30
30
},
31
31
"scripts" : {
32
32
"build" : " babel ./src --out-dir lib" ,
33
+ "build-maps" : " babel ./src --out-dir lib --source-maps" ,
33
34
"dev" : " babel ./src --out-dir lib --watch" ,
34
35
"start" : " node ./lib/index.js" ,
36
+ "debug" : " node --nolazy --inspect-brk=9229 ./lib/index.js" ,
35
37
"lint" : " eslint ./src" ,
36
38
"fix" : " yarn lint --fix" ,
37
39
"test" : " yarn lint" ,
You can’t perform that action at this time.
0 commit comments