{
    "extends": "../../tsconfig.json",
    "compilerOptions": {
      "outDir": "./dist",
      "rootDir": "./src",
      "paths": {}
    },
    "include": ["src/**/*.ts", "src/**/*.json"],
    "exclude": ["**/*spec.ts"],
    "references": [
      { "path": "../../libs/spatial/src/../tsconfig.build.json" }
    ]
  }
  
  