{
  "compilerOptions": {
    "module": "Preserve",
    "declaration": true,
    "removeComments": false,
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "allowSyntheticDefaultImports": true,
    "target": "ES2018",
    "sourceMap": true,
    "baseUrl": "./lib",
    "outDir": ".",
    "incremental": true,
    "lib": ["es2019", "DOM"],
    "skipLibCheck": true
  },
  "include": ["lib/"],
  "exclude": ["!lib/", "*/**/*.test.ts"],
  "typedocOptions": {
    "entryPoints": [
      "lib/*.ts"
    ],
    "out": "docs"
  },
}
