{
  "compilerOptions": {
    "lib": ["ES2024"],
    "target": "ES2024",
    "noImplicitAny": false,
    "noImplicitThis": true,
    "moduleResolution": "node",
    "skipLibCheck": true,
  },
  "include": [
    "./src/**/*",
    "./test/**/*",
    "./examples/**/*"
  ],
}
