Remove unessesary glob types and fix typedocs

This commit is contained in:
Dolan Miu
2023-03-19 04:22:52 +00:00
parent 78757753c8
commit 7f16cfc359
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,8 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true
},
"typedocOptions": {
"out": "docs/api",
"exclude": "test",