We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 865bc04 commit af028ffCopy full SHA for af028ff
typedoc.js
@@ -0,0 +1,15 @@
1
+module.exports = {
2
+ $schema: 'https://typedoc.org/schema.json',
3
+ entryPointStrategy: 'packages',
4
+ entryPoints: [
5
+ './packages/php-wasm/web',
6
+ './packages/php-wasm/node',
7
+ './packages/php-wasm/progress',
8
+ './packages/php-wasm/universal',
9
+ './packages/php-wasm/util',
10
+ './packages/playground/blueprints',
11
+ './packages/playground/client',
12
+ ],
13
+ intentionallyNotExported: ['WebClientMixin', 'PlaygroundWorkerEndpoint'],
14
+ excludeExternals: true,
15
+};
0 commit comments