{
  "extends": "../../../backend/tsconfig.json",
  "compilerOptions": {
    "baseUrl": "../../../backend",
    "typeRoots": ["../../../backend/node_modules/@types", "."],
    "types": ["node"],
    "skipLibCheck": true,
    "paths": {
      "@prisma/client": ["./node_modules/@prisma/client"],
      "bcrypt": ["./node_modules/bcrypt"]
    }
  },
  "include": ["*.ts", "types.d.ts"],
  "exclude": ["node_modules"]
}

