{
  "compilerOptions": {
    "target": "es6", // Specify ECMAScript target version
    "module": "commonjs", // Specify module code generation
    "outDir": "./dist", // Redirect output structure to the "dist" directory
    "strict": true, // Enable all strict type-checking options
    "esModuleInterop": true, // Enables emit interoperability between CommonJS and ES Modules
    "skipLibCheck": true // Skip type checking all .d.ts files (optional but useful for performance)
  }
}
