mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-11 06:12:58 +00:00
feat(js): add helper function to create Arrow Table with schema (#838)
Support to make Apache Arrow Table from an array of javascript Records, with optionally provided Schema.
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
{
|
||||
"include": ["src/**/*.ts"],
|
||||
"include": [
|
||||
"src/**/*.ts",
|
||||
"src/*.ts"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"target": "es2016",
|
||||
"target": "ES2020",
|
||||
"module": "commonjs",
|
||||
"declaration": true,
|
||||
"outDir": "./dist",
|
||||
"strict": true
|
||||
"strict": true,
|
||||
// "esModuleInterop": true,
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user