SPB Git

spb/trouve-ka Public

Trouve-KA — moteur de recherche web indépendant, Québec-first. Crawler distribué, index OpenSearch, ranking bilingue, galerie d'images. En prod : www.trouve-ka.com

Python 76.8% TypeScript 15.7% SQL 3.9% Shell 1.4% CSS 1.3% Dockerfile 0.7%
598 B · 28 lines json
Raw Blame History
1{2  "compilerOptions": {3    "target": "ES2017",4    "lib": ["dom", "dom.iterable", "esnext"],5    "allowJs": true,6    "skipLibCheck": true,7    "strict": true,8    "noEmit": true,9    "esModuleInterop": true,10    "module": "esnext",11    "moduleResolution": "bundler",12    "resolveJsonModule": true,13    "isolatedModules": true,14    "jsx": "preserve",15    "incremental": true,16    "plugins": [17      {18        "name": "next"19      }20    ],21    "paths": {22      "@/*": ["./*"]23    }24  },25  "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],26  "exclude": ["node_modules"]27}28