import type { ParserPlugin } from '@babel/parser'; export const DEFAULT_PARSER_BABEL_PLUGINS: ParserPlugin[] = ['typescript', 'jsx'];