{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "./out-tsc/app",
    "types": []
  },
  "files": [
    "src/main.ts",
    "src/polyfills.ts",
    "src/app/dashboard/dashboard.module.ts",
    "src/app/dashboard-company/dasboard-company.module.ts",
  ],
  "include": [
    "src/**/*.d.ts"
  ],
  "angularCompilerOptions": { "enableIvy": false },
  "allowEmptyCodegenFiles": true
}
