diff --git a/packages/graphic/package.json b/packages/graphic/package.json index d6c5e73e..7b8020d1 100644 --- a/packages/graphic/package.json +++ b/packages/graphic/package.json @@ -14,7 +14,7 @@ "build:types": "tsc --emitDeclarationOnly -p tsconfig.json", "build:clean": "mv dist/packages/graphic/* dist && rm -rf dist/src && rm -rf dist/packages", "docs": "npm run docs:typedoc ../../docs/graphic index.ts", - "docs:typedoc": "npx typedoc --plugin typedoc-plugin-markdown --plugin ../../script/typedoc-plugin-not-exported.js --tsconfig tsconfig.json --gitRevision main --hideBreadcrumbs true --allReflectionsHaveOwnDocument true --readme none --excludeInternal --excludePrivate --excludeProtected --sort source-order --out" + "docs:typedoc": "npx typedoc --plugin typedoc-plugin-markdown --plugin ../../script/typedoc-plugin-not-exported.cjs --tsconfig tsconfig.json --gitRevision main --hideBreadcrumbs true --allReflectionsHaveOwnDocument true --readme none --excludeInternal --excludePrivate --excludeProtected --sort source-order --out" }, "license": "MIT", "repository": { diff --git a/packages/media-extention/package.json b/packages/media-extention/package.json index 5e90f42b..3ea64355 100644 --- a/packages/media-extention/package.json +++ b/packages/media-extention/package.json @@ -13,7 +13,7 @@ "build:types": "tsc --emitDeclarationOnly -p tsconfig.json", "build:clean": "mv dist/packages/media-extention/* dist && rm -rf dist/src && rm -rf dist/packages", "docs": "npm run docs:typedoc ../../docs/media-extention index.ts", - "docs:typedoc": "npx typedoc --plugin typedoc-plugin-markdown --plugin ../../script/typedoc-plugin-not-exported.js --tsconfig tsconfig.json --gitRevision main --hideBreadcrumbs true --allReflectionsHaveOwnDocument true --readme none --excludeInternal --excludePrivate --excludeProtected --sort source-order --out" + "docs:typedoc": "npx typedoc --plugin typedoc-plugin-markdown --plugin ../../script/typedoc-plugin-not-exported.cjs --tsconfig tsconfig.json --gitRevision main --hideBreadcrumbs true --allReflectionsHaveOwnDocument true --readme none --excludeInternal --excludePrivate --excludeProtected --sort source-order --out" }, "license": "MIT", "repository": { diff --git a/packages/particle/package.json b/packages/particle/package.json index ab16b5c7..52c34652 100644 --- a/packages/particle/package.json +++ b/packages/particle/package.json @@ -13,7 +13,7 @@ "build:types": "tsc --emitDeclarationOnly -p tsconfig.json", "build:clean": "mv dist/packages/particle dist/types && rm -rf dist/src && rm -rf dist/packages", "docs": "npm run docs:typedoc ../../docs/particle index.ts", - "docs:typedoc": "npx typedoc --plugin typedoc-plugin-markdown --plugin ../../script/typedoc-plugin-not-exported.js --tsconfig tsconfig.json --gitRevision main --hideBreadcrumbs true --allReflectionsHaveOwnDocument true --readme none --excludeInternal --excludePrivate --excludeProtected --sort source-order --out" + "docs:typedoc": "npx typedoc --plugin typedoc-plugin-markdown --plugin ../../script/typedoc-plugin-not-exported.cjs --tsconfig tsconfig.json --gitRevision main --hideBreadcrumbs true --allReflectionsHaveOwnDocument true --readme none --excludeInternal --excludePrivate --excludeProtected --sort source-order --out" }, "license": "MIT", "repository": { diff --git a/packages/stats/package.json b/packages/stats/package.json index 36ee8618..afb53f71 100644 --- a/packages/stats/package.json +++ b/packages/stats/package.json @@ -13,7 +13,7 @@ "build:types": "tsc --emitDeclarationOnly -p tsconfig.json", "build:clean": "mv dist/packages/stats/* dist && rm -rf dist/src && rm -rf dist/packages", "docs": "npm run docs:typedoc ../../docs/stats index.ts", - "docs:typedoc": "npx typedoc --plugin typedoc-plugin-markdown --plugin ../../script/typedoc-plugin-not-exported.js --tsconfig tsconfig.json --gitRevision main --hideBreadcrumbs true --allReflectionsHaveOwnDocument true --readme none --excludeInternal --excludePrivate --excludeProtected --sort source-order --out" + "docs:typedoc": "npx typedoc --plugin typedoc-plugin-markdown --plugin ../../script/typedoc-plugin-not-exported.cjs --tsconfig tsconfig.json --gitRevision main --hideBreadcrumbs true --allReflectionsHaveOwnDocument true --readme none --excludeInternal --excludePrivate --excludeProtected --sort source-order --out" }, "license": "MIT", "repository": {