If the setup files are not in the same directory as the other tests, then just define the testDir when configuring the setup in projects[], like:
{ name: 'setup', testDir: "./tests/fixtures", testMatch: /.*\.setup\.ts/ }