We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ce9a5 commit 796349aCopy full SHA for 796349a
1 file changed
src/index.ts
@@ -44,3 +44,6 @@ export {
44
} from './lib/utils/options';
45
46
export { JSONOutput } from './lib/serialization';
47
+
48
+import * as TypeScript from 'typescript';
49
+export { TypeScript };
0 commit comments