File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed
Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 11/.idea
2- /node_modules
2+ /node_modules
3+ out
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+ {
9+ "type" : " node" ,
10+ "request" : " launch" ,
11+ "name" : " Debug pascal-triangle.ts" ,
12+ "skipFiles" : [" <node_internals>/**" ],
13+ "program" : " ${workspaceFolder}/src/pascal-triangle.ts" ,
14+ "preLaunchTask" : " tsc: build - tsconfig.json" ,
15+ "outFiles" : [" ${workspaceFolder}/out/**/*.js" ]
16+ }
17+ ]
18+ }
Original file line number Diff line number Diff line change 55 "esModuleInterop" : true ,
66 "forceConsistentCasingInFileNames" : true ,
77 "strict" : true ,
8- "skipLibCheck" : true
8+ "skipLibCheck" : true ,
9+ "outDir" : " out" ,
10+ "sourceMap" : true
911 }
1012}
You can’t perform that action at this time.
0 commit comments