{
  "extends": "./tsconfig.json",
  "exclude": [
    "node_modules", 
    "dist", 
    "test", 
    "e2e", 
    "prod",
    "integration"
  ],
  "include": [
    "src"
  ],
}