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

1
package-lock.json generated
View File

@ -18,7 +18,6 @@
"devDependencies": {
"@types/chai": "^4.2.15",
"@types/chai-as-promised": "^7.1.5",
"@types/glob": "^8.0.0",
"@types/mocha": "^10.0.0",
"@types/prompt": "^1.1.1",
"@types/request-promise": "^4.1.42",

View File

@ -65,7 +65,6 @@
"devDependencies": {
"@types/chai": "^4.2.15",
"@types/chai-as-promised": "^7.1.5",
"@types/glob": "^8.0.0",
"@types/mocha": "^10.0.0",
"@types/prompt": "^1.1.1",
"@types/request-promise": "^4.1.42",

View File

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