Rebuild with astro #3627
Annotations
10 errors
Run npm run lint:tsc:
src/components/avatar.tsx#L2
Cannot find module '../assets/avatar.jpg' or its corresponding type declarations.
|
Run npm run lint:tsc:
src/components/blockquote.tsx#L2
'AcceptsChildren' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|
Run npm run lint:tsc:
src/content.config.ts#L1
Cannot find module 'astro:content' or its corresponding type declarations.
|
Run npm run lint:tsc:
src/pages/blog.tsx#L2
'Page' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|
Run npm run lint:tsc:
src/pages/blog.tsx#L5
Cannot find module '../components/layout' or its corresponding type declarations.
|
Run npm run lint:tsc:
src/pages/blog.tsx#L6
Cannot find module '../components/post' or its corresponding type declarations.
|
Run npm run lint:tsc:
src/pages/blog.tsx#L7
Cannot find module '../components/posts' or its corresponding type declarations.
|
Run npm run lint:tsc:
src/pages/blog.tsx#L9
Cannot find module '../components/seo' or its corresponding type declarations.
|
Run npm run lint:tsc:
src/pages/tils.tsx#L2
'Page' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|
Run npm run lint:tsc:
src/pages/tils.tsx#L4
Cannot find module '../components/layout' or its corresponding type declarations.
|
Loading