mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-24 22:09:58 +00:00
This PR also reworks the table creation utilities significantly so that they are more consistent, built on top of each other, and thoroughly documented.
14 lines
226 B
JSON
14 lines
226 B
JSON
{
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"src/*.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"outDir": "./dist",
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
}
|
|
} |