chore: remove typedoc and docs scripts (#864)

This commit is contained in:
with-heart 2022-07-29 10:22:08 -04:00 committed by GitHub
parent 37877ec787
commit 82f9278976
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 31 additions and 136 deletions

View file

@ -1,7 +1,7 @@
{
"extends": "../../../tsconfig.base.json",
"include": ["src"],
"exclude": ["node_modules", "dist", "docs"],
"exclude": ["node_modules", "dist"],
"compilerOptions": {
"outDir": "./dist",
"rootDir": "src",
@ -15,9 +15,5 @@
{
"path": "../../../packages/tldraw"
}
],
"typedocOptions": {
"entryPoints": ["src/index.ts"],
"out": "docs"
}
]
}