{ "extends": "../../tsconfig.workerd-test.json", "include": ["./**/*.ts", "../src/worker-configuration.d.ts"], "compilerOptions": { "paths": { // This path is used to simulate a virtual module that Vitest and TypeScript can understand, // but esbuild (used by the vitest-pool-workers to guess exports) cannot. "@virtual-module": ["../src/virtual.ts"] } } }