SPB Git forge

spb/hfmarketdata

Public

Open high-frequency market data platform — FirstRate full-history downloader, DuckDB/Parquet lake, open REST API and React docs platform (www.hfmarketdata.io)

127commits 1branches 0releases
24.7 MBsize
maindefault branch
11 days agolast push
JavaScript 53.7% Python 38.3% CSS 4.6% TypeScript 3.1%
420 B · 19 lines json
Raw Blame History
1{2  "compilerOptions": {3    "target": "ES2022",4    "module": "NodeNext",5    "moduleResolution": "NodeNext",6    "lib": ["ES2022", "DOM"],7    "outDir": "dist",8    "rootDir": "src",9    "declaration": true,10    "strict": true,11    "esModuleInterop": true,12    "skipLibCheck": true,13    "forceConsistentCasingInFileNames": true,14    "resolveJsonModule": true,15    "types": ["node"]16  },17  "include": ["src/**/*.ts"]18}19