{
    "compilerOptions": {
        "rootDir": "src",
        "target": "ES2023",
        "moduleResolution": "node",
        "esModuleInterop": true,
        "forceConsistentCasingInFileNames": true,
        "strict": true,
        "skipLibCheck": true,
        "outDir": "dist",
        "declaration": true
    },
}
