diff --git a/src/types/index.ts b/src/types/index.ts new file mode 100644 index 0000000..e4fae3f --- /dev/null +++ b/src/types/index.ts @@ -0,0 +1,6 @@ +import { TSESTree } from '@typescript-eslint/typescript-estree'; + +export { TSESTree }; + +export * from './ast'; +export * from './graph';