I'm encountering an error when trying to run pnpm run dev in my ReactPress project (version 1.6.0). The build process fails during the build:config step with a TypeScript error stating that files in src/*.ts cannot be found.
Error log:
> [email protected] dev C:\development\reactpress > pnpm build:config && concurrently 'pnpm:dev:*' > [email protected] build:config C:\development\reactpress > pnpm run --dir ./config build > @reactpress/[email protected] build C:\development\reactpress\config > tsc src/*.ts --outDir lib --skipLibCheck --declaration error TS6053: File 'src/*.ts' not found. Steps to reproduce:
- Clone ReactPress repository
- Run
pnpm install - Run
pnpm run dev