{
  "compilerOptions": {
    "declaration": true,
    "outDir": "dist",
    "module": "commonjs",
    "target": "ES6",
    "lib": ["ES6", "dom"],
    "esModuleInterop": true,
    "types": ["cypress", "node"],
    "strict": true, // Enable all strict type-checking options
    "sourceMap": true // Enable source map generation
  },
  "include": [
    "src/**/*"
  ],
  "exclude": ["dist"]
}