add typedoc for atoms

This commit is contained in:
Sidney Alcantara
2022-06-08 11:53:08 +10:00
parent 1187e10a24
commit c3e1eddd27
24 changed files with 3137 additions and 2 deletions

View File

@@ -85,7 +85,8 @@
"prepare": "husky install",
"env": "node createDotEnv",
"target": "firebase target:apply hosting rowy",
"deploy": "firebase deploy --only hosting"
"deploy": "firebase deploy --only hosting",
"typedoc": "typedoc src/atoms/tableScope/index.ts src/atoms/globalScope/index.ts --out typedoc"
},
"engines": {
"node": ">=16"
@@ -174,7 +175,8 @@
"prettier": "^2.6.2",
"raw-loader": "^4.0.2",
"source-map-explorer": "^2.5.2",
"ts-jest": "^28.0.2"
"ts-jest": "^28.0.2",
"typedoc": "^0.22.17"
},
"resolutions": {
"@types/react": "^18"