spb/toit-ka Public
Toit-Ka — louer ou acheter un toit au Québec, un seul endroit (fusion Lou-Ka × Immo-Ka) — www.toit-ka.com
Python 40.2%
TypeScript 39%
CSS 20.2%
HTML 0.7%
1{2 "compilerOptions": {3 "target": "ES2020",4 "useDefineForClassFields": true,5 "lib": ["ES2020", "DOM", "DOM.Iterable"],6 "module": "ESNext",7 "skipLibCheck": true,8 "moduleResolution": "bundler",9 "allowImportingTsExtensions": true,10 "resolveJsonModule": true,11 "isolatedModules": true,12 "noEmit": true,13 "jsx": "react-jsx",14 "strict": true,15 "noUnusedLocals": false,16 "noUnusedParameters": false,17 "noFallthroughCasesInSwitch": true,18 "baseUrl": ".",19 "paths": {20 "react": ["./node_modules/@types/react"],21 "react-dom": ["./node_modules/@types/react-dom"]22 }23 },24 "include": ["src"]25}26