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%
199 B · 11 lines json
Raw Blame History
1{2  "extends": "../../tsconfig.base.json",3  "compilerOptions": {4    "outDir": "dist",5    "rootDir": "src",6    "module": "NodeNext",7    "moduleResolution": "NodeNext"8  },9  "include": ["src"]10}11