docs: update typedoc to use src/index.ts as entry

# What's changed?

* use src/index.ts as entry for typedocs instead of dist/index.d.ts (otherwise crashes with new vue-tsc version)
* update tsconfigs
* update turbo config and skip building d.ts files for typedocs
This commit is contained in:
bcakmakoglu
2022-06-10 15:54:40 +02:00
committed by Braks
parent 77b441b1c6
commit c289e7e3cc
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -16,8 +16,8 @@
"noUnusedLocals": false,
"strictNullChecks": true,
"forceConsistentCasingInFileNames": true,
"jsx": "preserve",
"types": ["vite/client", "vue/macros"],
"jsx": "preserve",
"paths": {
"~/*": ["src/*"]
},