{
  "$schema": "http://json.schemastore.org/tsconfig",
  "extends": "../../tsconfig-base.json",
  "compilerOptions": {
    "jsx": "react",
    "outDir": "dist",
    "rootDir": "src"
  },
  "include": [
    "src/**/*"
  ],
  "exclude": [
    "src/**/*.test.tsx?"
  ],
  "references": [
    {
      "path": "../uix-core"
    },
    {
      "path": "../uix-host"
    }
  ]
}

