remove typedoc options

This commit is contained in:
Steve Ruiz 2021-09-05 11:11:29 +01:00
parent 9e92dc13c3
commit 9955ca87af
2 changed files with 0 additions and 11 deletions

View file

@ -9,12 +9,5 @@
"paths": {
"+*": ["./*"]
}
},
"typedocOptions": {
"name": "@tldraw/core",
"theme": "default",
"highlightTheme": "github-light",
"entryPoints": ["src/index.ts"],
"out": "docs"
}
}

View file

@ -9,9 +9,5 @@
"paths": {
"~*": ["./*"]
}
},
"typedocOptions": {
"entryPoints": ["src/index.ts"],
"out": "docs"
}
}