Skip to content

Commit 4fe6f91

Browse files
committed
set moduleResolution=bundler in typedoc.json
1 parent afce235 commit 4fe6f91

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

typedoc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
2+
"compilerOptions": {
3+
"module": 7,
4+
"moduleResolution": 100
5+
},
26
"excludeExternals": true
37
}

0 commit comments

Comments
 (0)