{
    "compilerOptions": {
      "outDir": "./dist",
      "module": "ESNext",
      "target": "ESNext",
      "jsx": "react",
      "esModuleInterop": true,
      "declaration": true,
      "declarationDir": "./dist/types",
      "skipLibCheck": true
    },
    "include": ["src/**/*", "global.d.ts"]
  }