astro-ghostcms/.pnpm-store/v3/files/af/65638f219986908db0717aa76c1...

8 lines
249 B
Plaintext

import type * as TSESTree from './generated/ast-spec';
declare module './generated/ast-spec' {
interface BaseNode {
parent?: TSESTree.Node;
}
}
export * as TSESTree from './generated/ast-spec';
//# sourceMappingURL=ts-estree.d.ts.map