{
  "compilerOptions": {
    "allowJs": true,
    "baseUrl": "./src",
    "declaration": true,
    "downlevelIteration": true,
    "esModuleInterop": true,
    "lib": ["dom", "ESNext"],
    "noImplicitAny": true,
    "outDir": "dist/",
    "skipLibCheck": true
  },
  "include": ["./src/**/*"]
}
