Skip to content

Commit

Permalink
fix: Re-export TypeScript namespace (#1217)
Browse files Browse the repository at this point in the history
Closes #1213
  • Loading branch information
KSXGitHub committed Feb 23, 2020
1 parent c4ce9a5 commit 796349a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Expand Up @@ -44,3 +44,6 @@ export {
} from './lib/utils/options';

export { JSONOutput } from './lib/serialization';

import * as TypeScript from 'typescript';
export { TypeScript };

0 comments on commit 796349a

Please sign in to comment.