2Branches0Tags
GL
glucryptoFix trade candle loading via gateway
4620100a month ago52Commits
json
{ "compilerOptions": { "target": "ES2020", "module": "ESNext", "moduleResolution": "bundler", "lib": ["ES2020", "DOM"], "strict": true, "esModuleInterop": true, "skipLibCheck": true, "resolveJsonModule": true, "allowSyntheticDefaultImports": true, "types": ["node"] }, "include": ["tools/**/*.ts", "src/**/*.ts"] }