
{
    "compilerOptions": {
      "declaration": true,
      "declarationDir": "dist/types",
      "outDir": "dist",
      "target": "ESNext",
      "module": "ESNext",
      "jsx": "react-jsx",
      "moduleResolution": "node",
      "esModuleInterop": true,
      "skipLibCheck": true,
      "strict": true,
      "allowImportingTsExtensions": true,
      "noEmit": true,
    },
    "extends": "./tsconfig.json",
    "include": ["lib"],
    "exclude": ["node_modules", "dist", "public"]
  }
  