{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "../../../dist/out-tsc",
    "types": ["node"],
    "emitDecoratorMetadata": true,
    "target": "es2015"
  },
  "exclude": ["**/*.spec.ts"],
  "include": ["**/*.ts", "../logistics/src/app/container/dto/loading-sheet-dto.ts", "../logistics/src/app/container/loading-sheet-req-dto.ts", "../logistics/src/app/container/dto/loading-sheet-entity.ts"]
}
