You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I run tsc -d to emit type definitions I get an error from a file within node_modules:
node_modules/astro/dist/types/@types/astro.d.ts:11:36 - error TS2307: Cannot find module '../core/build/types' or its corresponding type declarations.
11 import type { PageBuildData } from '../core/build/types';~~~~~~~~~~~~~~~~~~~~~
Found 1 error in node_modules/astro/dist/types/@types/astro.d.ts:11
What version of
astro
are you using?1.0.0-beta.27
Are you using an SSR adapter? If so, which one?
Netlify
What package manager are you using?
pnpm
What operating system are you using?
Linux POP!_os 22.04
Describe the Bug
when I run
tsc -d
to emit type definitions I get an error from a file within node_modules:Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-vnnnud?file=tsconfig.json&view=editor
Participation
The text was updated successfully, but these errors were encountered: