mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-25 14:29:56 +00:00
11 lines
226 B
JSON
11 lines
226 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist/spec",
|
|
"module": "commonjs",
|
|
"target": "es2022",
|
|
"types": ["jest", "node"]
|
|
},
|
|
"include": ["**/*", "../examples/ann_indexes.ts"]
|
|
}
|