Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kchobantonov committed Jun 6, 2024
1 parent ff3cafc commit 1a262ca
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 30 deletions.
3 changes: 2 additions & 1 deletion packages/vue-vuetify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"clean": "rimraf lib example/dist",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"doc": "typedoc --name 'JSON Forms Vue Vuetify Renderers' --out docs src",
"doc": "typedoc --tsconfig tsconfig.typedoc.json --name 'JSON Forms Vue Vuetify Renderers' --out docs --entryPoints 'src/**/*.ts' 'lib/index.d.ts'",
"test": "vitest --watch=false",
"build-only": "vite build",
"type-check": "vue-tsc --build --force"
Expand Down Expand Up @@ -94,6 +94,7 @@
"resize-observer-polyfill": "^1.5.1",
"rimraf": "^4.4.1",
"rollup-plugin-postcss": "^4.0.2",
"typedoc": "~0.25.3",
"typescript": "~5.4.0",
"vite": "^5.2.8",
"vite-plugin-dts": "^3.9.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/vue-vuetify/tsconfig.typedoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"extends": "./tsconfig.lib.json",
"include": ["lib/index.d.ts"]
}
Loading

0 comments on commit 1a262ca

Please sign in to comment.