{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "noImplicitAny": false,
    "incremental": true,
    "tsBuildInfoFile": "../.cache/.tsbuildinfo.test",
    "types": ["vitest/globals", "jest-extended"]
  },
  "include": ["./**/*.ts", "../app/modules.d.ts", "./**/*.mts"]
}
