Skip to content

Commit af028ff

Browse files
committed
Restore typedoc.js
1 parent 865bc04 commit af028ff

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

typedoc.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)