{
  "extends": "../../../tsconfig.base.json",
  "compilerOptions": {
    "outDir": "dist",
    "rootDir": "src"
  },
  "include": ["src/**/*"],
  "exclude": [
    "node_modules", 
    "dist"
  ],
  "references": [
    { "path": "../types" },
    { "path": "../plugin-validator" },
    { "path": "../plugin-formula" },
    { "path": "../plugin-query" },
    { "path": "../plugin-optimizations" }
  ]
}
