We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0679a6 commit 42fc57eCopy full SHA for 42fc57e
1 file changed
packages/integrations/markdoc/src/content-entry-type.ts
@@ -9,7 +9,6 @@ import type * as rollup from 'rollup';
9
import type { ErrorPayload as ViteErrorPayload } from 'vite';
10
import type { ComponentConfig } from './config.js';
11
import { MarkdocError, isComponentConfig, isValidUrl, prependForwardSlash } from './utils.js';
12
-// @ts-expect-error Cannot get the types here without `moduleResolution: 'nodenext'`
13
import { emitESMImage } from 'astro/assets/utils';
14
import { htmlTokenTransform } from './html/transform/html-token-transform.js';
15
import type { MarkdocConfigResult } from './load-config.js';
0 commit comments