Skip to content

Commit

Permalink
fix: Rebuild specs typechecks
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Jan 15, 2020
1 parent 8025e64 commit 51946db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rebuild_specs.js
Expand Up @@ -8,7 +8,7 @@ const ts = require('typescript');

const app = new TypeDoc.Application();
app.bootstrap({
mode: 'Modules',
mode: TypeDoc.SourceFileMode.Modules,
target: ts.ScriptTarget.ES5,
module: ts.ModuleKind.CommonJS,
experimentalDecorators: true,
Expand Down

0 comments on commit 51946db

Please sign in to comment.