#800 Use new typedoc config

This commit is contained in:
Dolan
2021-03-09 02:23:22 +00:00
parent e98fe5921c
commit 7ebef8b3b5
4 changed files with 16 additions and 32 deletions

View File

@ -14,7 +14,7 @@
"tsc": "rimraf ./build && tsc -p .",
"webpack": "rimraf ./build && webpack",
"demo": "npm run build && npm run ts-node ./demo",
"typedoc": "typedoc src/index.ts",
"typedoc": "typedoc src/index.ts --tsconfig tsconfig.typedoc.json",
"style": "prettier -l \"src/**/*.ts\"",
"style.fix": "npm run style -- --write",
"fix-types": "ts-node scripts/types-absolute-fixer.ts",