{
  "compilerOptions": {
    "allowJs": true,
    "checkJs": true,
    "skipLibCheck": true,
    "emitDeclarationOnly": true,
    "declaration": true,
    "declarationDir": "dist",
    "lib": [
      "es2020", "dom"
    ]
  },
  "include": [
    "lib/**/*.js",
  ]
}
