{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "module": "ESNext"
  },
  "include": ["src/**/*"],
  "exclude": ["node_modules", "src/company"]
}
