Saving GTFS-RT data to Parquet

This commit is contained in:
2026-03-13 00:01:00 +01:00
parent afd195dab9
commit c90be4a981
18 changed files with 930 additions and 6310 deletions

View File

@@ -3,6 +3,7 @@
"target": "ES2020",
"module": "commonjs",
"lib": ["ES2020"],
"types": ["node"],
"outDir": "./dist",
"rootDir": "./",
"strict": true,
@@ -16,6 +17,6 @@
"noImplicitAny": true,
"strictNullChecks": true
},
"include": ["*.ts"],
"include": ["**/*.ts"],
"exclude": ["node_modules", "dist"]
}