{
  "extends": "../../../tsconfig",
  "include": ["src/**/*"],
  "compilerOptions": {
    "composite": true,
    "rootDir": "./src",
    "outDir": "./dist/dts",
    "jsx": "react"
  },
  "references": [
    {"path": "../base"},
    {"path": "../diff"},
    {"path": "../field"},
    {"path": "../form-builder"},
    {"path": "../react-hooks"},
    {"path": "../structure"},
    {"path": "../types"},
    {"path": "../util"}
  ]
}
