{
  "compilerOptions": {
    "module": "commonjs",
    "esModuleInterop": true,
    "declaration": true,
    "removeComments": true,
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "noUnusedLocals": true,
    "noUnusedParameters": true,
    "target": "es2017",
    "jsx": "react",
    "jsxFactory": "h",
    "sourceMap": true,
    "outDir": "./dist",
    "baseUrl": ".",
    "incremental": true
  },
  "exclude": ["node_modules", "dist", "example", "test"]
}
