UNPKG

gtfs-to-blocks

Version:

Generate CSV of transit departure times organized by block_id in GTFS.

17 lines (16 loc) 386 B
{ "compilerOptions": { "target": "esnext", "module": "NodeNext", "moduleResolution": "nodenext", "declaration": true, "outDir": "./dist", "allowImportingTsExtensions": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, "ignoreDeprecations": "6.0" }, "include": ["src/**/*"] }