{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "outDir": "./",
    "skipLibCheck": true
  },
  "include": ["./"],
  "exclude": ["**/*.test.ts"]
}
