/ extensions / rewind / tsconfig.test.json
tsconfig.test.json
 1  {
 2    "compilerOptions": {
 3      "target": "ES2022",
 4      "module": "ESNext",
 5      "moduleResolution": "Bundler",
 6      "baseUrl": ".",
 7      "paths": {
 8        "@mariozechner/pi-coding-agent": ["./test-support/pi-coding-agent-shim.ts"]
 9      }
10    }
11  }