{
  "compilerOptions": {
    "module": "commonjs",
    "target": "esnext",
    "outDir": "dist",
    "allowJs": false,
    "declaration": true,
    "declarationDir": "types",
    "strict": true,
    "typeRoots": [
      "./node_modules/@types"
    ],
    "noImplicitAny": false,
    "noImplicitThis": true,
    "strictNullChecks": false,
    "strictFunctionTypes": true,
    "noEmit": false,
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "allowSyntheticDefaultImports": true,
    "noEmitHelpers": true,
    "noEmitOnError": true,
    "removeComments": true,
    "preserveConstEnums": true,
    "noUnusedLocals": true,
    "noUnusedParameters": false,
    "forceConsistentCasingInFileNames": true,
    "sourceMap": true
  },
  "include": [
    "./lib/*"
  ],
  "exclude": [
    "./node_modules"
  ]
}
