Skip to content

Commit 78ac3a9

Browse files
authored
Merge pull request #9545 from IgniteUI/update-typedoc-plugin
revert typedoc theme version
2 parents d55331a + 502d659 commit 78ac3a9

File tree

4 files changed

+225
-991
lines changed

4 files changed

+225
-991
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)