mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 22:02:55 +01:00
Rename folder to typedoc
This commit is contained in:
parent
5f1f3bb148
commit
14192f5c4e
6 changed files with 3 additions and 3 deletions
7328
typedoc/monaco.d.ts
vendored
Normal file
7328
typedoc/monaco.d.ts
vendored
Normal file
File diff suppressed because it is too large
Load diff
6
typedoc/tsconfig.json
Normal file
6
typedoc/tsconfig.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"module": "CommonJS"
|
||||
},
|
||||
"include": ["monaco.d.ts"]
|
||||
}
|
||||
8
typedoc/typedoc.json
Normal file
8
typedoc/typedoc.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"entryPoints": ["monaco.d.ts"],
|
||||
"out": "../../monaco-editor-website/api",
|
||||
"theme": "../website/typedoc-theme",
|
||||
"name": "Monaco Editor API",
|
||||
"readme": "none",
|
||||
"hideGenerator": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue