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'.