remove typedoc options
This commit is contained in:
parent
9e92dc13c3
commit
9955ca87af
2 changed files with 0 additions and 11 deletions
|
@ -9,12 +9,5 @@
|
|||
"paths": {
|
||||
"+*": ["./*"]
|
||||
}
|
||||
},
|
||||
"typedocOptions": {
|
||||
"name": "@tldraw/core",
|
||||
"theme": "default",
|
||||
"highlightTheme": "github-light",
|
||||
"entryPoints": ["src/index.ts"],
|
||||
"out": "docs"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,9 +9,5 @@
|
|||
"paths": {
|
||||
"~*": ["./*"]
|
||||
}
|
||||
},
|
||||
"typedocOptions": {
|
||||
"entryPoints": ["src/index.ts"],
|
||||
"out": "docs"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue