{
  "extends": "../tsconfig.hanzo.base.json",
  "include": [
    "**/*.ts",
    "**/*.tsx",
  ],
  "exclude": [
    "node_modules",
    "dist"
  ],
  "compilerOptions": {
    "noEmit": false,
    "declaration": true,
    "skipLibCheck": true,
    "strict": false
  }
}
