Last change
on this file since 84d0fbb was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
661 bytes
|
Line | |
---|
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": "launch",
|
---|
10 | "name": "Launch Program",
|
---|
11 | "skipFiles": [
|
---|
12 | "<node_internals>/**"
|
---|
13 | ],
|
---|
14 | "program": "${workspaceFolder}/dist/index.js",
|
---|
15 | "preLaunchTask": "tsc: build - tsconfig.json",
|
---|
16 | "outFiles": [
|
---|
17 | "${workspaceFolder}//**/*.js"
|
---|
18 | ]
|
---|
19 | }
|
---|
20 | ]
|
---|
21 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.