Open the repo in VSCode and allow using TS version from workspace when prompted once you open any TS file.
Run Yarn once to unplug packages (notable esbuild).
yarn
Try running CLI tools
yarn prettier -c .
yarn eslint .
yarn tsc -b
Start the dev-server
yarn workspace @fc2022/app dev
Have fun!