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

