fix typedoc paths

This commit is contained in:
Sidney Alcantara
2022-11-22 17:38:52 +11:00
parent e3831d716a
commit c1d1f44a32

View File

@@ -88,7 +88,7 @@
"env": "node createDotEnv",
"target": "firebase target:apply hosting rowy",
"deploy": "firebase deploy --only hosting",
"typedoc": "typedoc src/atoms/tableScope/index.ts src/atoms/globalScope/index.ts --out typedoc"
"typedoc": "typedoc src/atoms/projectScope/index.ts src/atoms/tableScope/index.ts --out typedoc"
},
"engines": {
"node": ">=16"