Running inside a mono repo typescript fails
Author: fabowebCreated Jan 8, 2025Updated Jul 13, 2025
Running this project inside a mono repo (in my case Turbo) the build command will not find "tsconfig.json" in the sub folder. When using the build command with a local path "subql build -f ./" it finds the file.
Errors (for discoverability): TS2304: Cannot find name 'store'. TS2304: Cannot find name 'logger'.
Source: subquery/subql