mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-25 14:29:56 +00:00
11 lines
179 B
JSON
11 lines
179 B
JSON
{
|
|
"include": ["src/**/*.ts"],
|
|
"compilerOptions": {
|
|
"target": "es2016",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"outDir": "./dist",
|
|
"strict": true
|
|
}
|
|
}
|