{
    "compilerOptions": {
        "module": "CommonJS",
        "target": "esnext",
        "declaration": true,
    },
    "include": [
        "index.ts"
    ],
}
