mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-25 06:19:57 +00:00
Support to make Apache Arrow Table from an array of javascript Records, with optionally provided Schema.
14 lines
235 B
JSON
14 lines
235 B
JSON
{
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"src/*.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"outDir": "./dist",
|
|
"strict": true,
|
|
// "esModuleInterop": true,
|
|
}
|
|
} |