Skip to content

Commit

Permalink
Fixed doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 committed Apr 21, 2023
1 parent d92b4f8 commit 36eeaf4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"test": "jest",
"test:dev": "jest --watch",
"e2e": "playwright test",
"doc:gen": "typedoc ./sources/index.ts --out ./site/docs --readme ./publish/doc-index.md --name 'table4js-components' --includeVersion --customCss ./publish/table4js-theme.css --plugin ./publish/table4js-theme.js --hideGenerator",
"doc:gen": "typedoc ./sources/common/index.ts --out ./site/docs --readme ./publish/doc-index.md --name 'table4js-components' --includeVersion --customCss ./publish/table4js-theme.css --plugin ./publish/table4js-theme.js --hideGenerator",
"release": "standard-version --message \"Release: %s\"",
"format": "prettier --write ./sources/react"
},
Expand Down Expand Up @@ -72,7 +72,7 @@
"ts-jest": "^27.1.4",
"ts-loader": "latest",
"typedoc": "^0.22.15",
"typescript": "^4.7.0",
"typescript": "4.7.4",
"underscore": "^1.13.6",
"webpack": "^5.79.0",
"webpack-cli": "^4.3.0",
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"removeComments": true,
"noLib": false,
"preserveConstEnums": true,
"suppressImplicitAnyIndexErrors": true,
"ignoreDeprecations": "5.0"
"suppressImplicitAnyIndexErrors": true
},
"exclude": [
"node_modules"
Expand Down

0 comments on commit 36eeaf4

Please sign in to comment.