SPB Git

spb/qwhpi Public

QHPI — Quebec Housing Price Index: quality-adjusted, hierarchically pooled housing price indexes.

Python 63.9% TypeScript 25.4% CSS 5.5% TeX 3.5% SQL 0.8% Makefile 0.5% Dockerfile 0.5%
765 B · 23 lines json
Raw Blame History
1{2  "_header": "QWHPI — Quebec Weekly Housing Price Index | Author: Simon-Pierre Boucher | Contact: contact@spboucher.ai | File: web/tsconfig.json | Purpose: TypeScript configuration for the dashboard",3  "compilerOptions": {4    "target": "ES2022",5    "lib": ["dom", "dom.iterable", "esnext"],6    "allowJs": true,7    "skipLibCheck": true,8    "strict": true,9    "noEmit": true,10    "esModuleInterop": true,11    "module": "esnext",12    "moduleResolution": "bundler",13    "resolveJsonModule": true,14    "isolatedModules": true,15    "jsx": "preserve",16    "incremental": true,17    "plugins": [{ "name": "next" }],18    "paths": { "@/*": ["./*"] }19  },20  "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],21  "exclude": ["node_modules"]22}23