{
  "compilerOptions": {
    "target": "es2017",
    "lib": ["dom", "dom.iterable", "esnext"],
    "allowJs": true,
    "skipLibCheck": true,
    "strict": true,
    "noEmit": true,
    "esModuleInterop": true,
    "module": "esnext",
    "moduleResolution": "bundler",
    "resolveJsonModule": true,
    "isolatedModules": true,
    "jsx": "preserve",
    "incremental": true,
    "plugins": [
      {
        "name": "next"
      }
    ],
    "paths": {
      "@/*": ["./src/*"]
    }
  },
  "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "src/ui/components/cursor/cursor-blend.tsx", "src/app/formation/page.jsx", "src/ui/components/formation/card-formation.jsx", "src/app/formation/[slug]/page.tsx", "src/ui/components/formation/banniere.jsx", "src/ui/components/formation/prerequis.jsx", "src/ui/components/formation/description.jsx", "src/ui/components/formation/instructeur.jsx", "src/ui/components/formation/objectif.jsx", "src/ui/components/formation/sidebar.jsx", "src/ui/components/formation/contenu.jsx", "src/ui/components/formation/avis.jsx", "src/ui/components/paiement/dialog-paiement.jsx", "src/ui/components/formation/card-cat-formation.jsx", "src/ui/components/blog/articles-recent.jsx"],
  "exclude": ["node_modules"]
}
