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)
JavaScript 53.7%
Python 38.3%
CSS 4.6%
TypeScript 3.1%
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