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%
1{2 "extends": "../../tsconfig.base.json",3 "compilerOptions": {4 "lib": ["ES2022", "DOM", "DOM.Iterable"],5 "jsx": "preserve",6 "allowJs": true,7 "noEmit": true,8 "incremental": true,9 "declaration": false,10 "declarationMap": false,11 "sourceMap": false,12 "plugins": [{ "name": "next" }],13 "paths": { "@/*": ["./*"] }14 },15 "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],16 "exclude": ["node_modules", ".next"]17}18