Skip to content

Commit

Permalink
Generate type docs
Browse files Browse the repository at this point in the history
  • Loading branch information
iamhosseindhv committed Mar 8, 2020
1 parent 9cd9eaa commit 17cf52e
Show file tree
Hide file tree
Showing 7 changed files with 3,960 additions and 4 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
build/
typedoc.json
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ examples
README.md
CHANGELOG.md
webpack.config.js
typedoc.json
219 changes: 219 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"build": "NODE_ENV=production BABEL_ENV=production babel src -d build --copy-files --extensions \".js,.ts,.tsx\"",
"prebuild": "rimraf build",
"prepublishOnly": "npm run build",
"docs": "rimraf typedoc.json && typedoc --tsconfig",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"peerDependencies": {
Expand Down Expand Up @@ -53,6 +54,7 @@
"react": "^16.8.0",
"react-dom": "^16.8.0",
"rimraf": "^3.0.0",
"typedoc": "^0.16.11",
"typescript": "^3.8.3"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 17cf52e

Please sign in to comment.