Skip to content

Commit 796349a

Browse files
authored
fix: Re-export TypeScript namespace (#1217)
Closes #1213
1 parent c4ce9a5 commit 796349a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,6 @@ export {
4444
} from './lib/utils/options';
4545

4646
export { JSONOutput } from './lib/serialization';
47+
48+
import * as TypeScript from 'typescript';
49+
export { TypeScript };

0 commit comments

Comments
 (0)