{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "moduleResolution": "node16",
    "esModuleInterop": true,
    "removeComments": false,
    "rootDirs": ["src", "types"],
    "outDir": "dist"
  },
  "include": ["src", "types"],
  "references": [
    {
      "path": "../../schemas"
    },
    {
      "path": "../formats"
    }
  ]
}