Skip to content

Commit ba90e22

Browse files
committed
fix: export typescript as ts
1 parent 448d5a6 commit ba90e22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: src/index.ts

+3
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ export * from './generator';
33
export * from './parser';
44
export * from './injector';
55
export * from './types';
6+
7+
import * as ts from 'typescript';
8+
export { ts };

0 commit comments

Comments
 (0)