Skip to content

Commit

Permalink
fix(doc): update tsconfig used
Browse files Browse the repository at this point in the history
  • Loading branch information
dpellier committed Jan 18, 2024
1 parent 1a520d4 commit e308069
Show file tree
Hide file tree
Showing 44 changed files with 43 additions and 49 deletions.
2 changes: 1 addition & 1 deletion packages/components/src/accordion/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/breadcrumb/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/button/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/cart/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/checkbox-button/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/checkbox/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/chip/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/clipboard/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/code/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/collapsible/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
6 changes: 0 additions & 6 deletions packages/components/src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1647,17 +1647,14 @@ export namespace Components {
interface OsdsSkeleton {
/**
* inline or not: see component principles
* @see OdsSkeletonAttributes.inline
*/
"inline"?: boolean;
/**
* whether or not skeleton size is randomized
* @see OdsSkeletonAttributes.randomized
*/
"randomized"?: boolean;
/**
* skeleton size
* @see OdsSkeletonAttributes.size
*/
"size"?: ODS_SKELETON_SIZE;
}
Expand Down Expand Up @@ -4413,17 +4410,14 @@ declare namespace LocalJSX {
interface OsdsSkeleton {
/**
* inline or not: see component principles
* @see OdsSkeletonAttributes.inline
*/
"inline"?: boolean;
/**
* whether or not skeleton size is randomized
* @see OdsSkeletonAttributes.randomized
*/
"randomized"?: boolean;
/**
* skeleton size
* @see OdsSkeletonAttributes.size
*/
"size"?: ODS_SKELETON_SIZE;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/content-addon/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/datagrid/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/datepicker/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/divider/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/flag/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/form-field/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/icon/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/input/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/link/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/medium/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/menu/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/message/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/modal/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/pagination/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/password/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/phone-number/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/popover/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/progress-bar/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/quantity/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/radio-button/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/radio/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/range/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/search-bar/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/select/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/skeleton/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/spinner/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/switch/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/tabs/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/text/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/textarea/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entryPoints": ["src/index.ts"],
"out": "docs-api/",
"tsconfig":"tsconfig.prod.json",
"tsconfig":"tsconfig.json",
"plugin": ["none"],
"excludeInternal": true,
"excludePrivate": true,
Expand Down
Loading

0 comments on commit e308069

Please sign in to comment.