SPB Git

spb/earth-now Public License

earth-now.co — real-time planetary dashboard: live world metrics modeled, not streamed.

TypeScript 93% Shell 2.3% SQL 1.4% JavaScript 1.3% Dockerfile 1.2% CSS 0.8%
503 B · 21 lines json
Raw Blame History
1{2  "compilerOptions": {3    "target": "ES2022",4    "lib": ["ES2022"],5    "module": "ESNext",6    "moduleResolution": "bundler",7    "strict": true,8    "noUncheckedIndexedAccess": true,9    "noImplicitOverride": true,10    "exactOptionalPropertyTypes": true,11    "forceConsistentCasingInFileNames": true,12    "esModuleInterop": true,13    "skipLibCheck": true,14    "resolveJsonModule": true,15    "isolatedModules": true,16    "declaration": true,17    "declarationMap": true,18    "sourceMap": true19  }20}21