update typedoc config

This commit is contained in:
Sidney Alcantara
2022-11-24 17:11:14 +11:00
parent c1d1f44a32
commit ad7c5fd992
3 changed files with 35 additions and 33 deletions

View File

@@ -88,7 +88,7 @@
"env": "node createDotEnv",
"target": "firebase target:apply hosting rowy",
"deploy": "firebase deploy --only hosting",
"typedoc": "typedoc src/atoms/projectScope/index.ts src/atoms/tableScope/index.ts --out typedoc"
"typedoc": "typedoc --options typedoc.json"
},
"engines": {
"node": ">=16"
@@ -180,7 +180,7 @@
"raw-loader": "^4.0.2",
"source-map-explorer": "^2.5.2",
"ts-jest": "^28.0.2",
"typedoc": "^0.22.17"
"typedoc": "^0.23.21"
},
"resolutions": {
"@types/react": "^18"