Skip to content

Commit 540e930

Browse files
committed
Merge branch 'master' of https://github.com/IgniteUI/igniteui-angular into rkaraivanov/grids-spa-and-wellbeing
2 parents 07cfb82 + 78ac3a9 commit 540e930

File tree

6 files changed

+256
-995
lines changed

6 files changed

+256
-995
lines changed

.vscode/launch.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
55
"version": "0.2.0",
66
"configurations": [
7-
87
{
98
"type": "node",
109
"request": "launch",
@@ -34,6 +33,25 @@
3433
"env": {
3534
"TS_NODE_PROJECT": "${workspaceFolder}/projects/igniteui-angular/migrations/tsconfig.json"
3635
}
36+
},
37+
{
38+
"name": "Typedoc plugin",
39+
"type": "node",
40+
"request": "launch",
41+
"program": "${workspaceFolder}/node_modules/typedoc/bin/typedoc",
42+
"args": [
43+
"${workspaceFolder}/projects/igniteui-angular/src/public_api.ts",
44+
"--localize",
45+
"jp",
46+
"--tsconfig",
47+
"${workspaceFolder}/tsconfig.json"
48+
],
49+
"runtimeExecutable": "/Users/alexov/.nvm/versions/node/v14.15.2/bin/node",
50+
"sourceMaps": true,
51+
"resolveSourceMapLocations": [
52+
"${workspaceFolder}/**",
53+
"!**/node_modules/**"
54+
]
3755
}
3856
]
3957
}

0 commit comments

Comments
 (0)