Skip to content

Commit 51946db

Browse files
committed
fix: Rebuild specs typechecks
1 parent 8025e64 commit 51946db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rebuild_specs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const ts = require('typescript');
88

99
const app = new TypeDoc.Application();
1010
app.bootstrap({
11-
mode: 'Modules',
11+
mode: TypeDoc.SourceFileMode.Modules,
1212
target: ts.ScriptTarget.ES5,
1313
module: ts.ModuleKind.CommonJS,
1414
experimentalDecorators: true,

0 commit comments

Comments
 (0)