{
  "extends": "../../tsconfig",
  "include": [
    "src/*",
    "spec/*"
  ],
  "compilerOptions": {
    "jsx": "react",
    "outDir": "dist/types",
    "allowSyntheticDefaultImports": true
  }
}
