mirror of
https://github.com/TencentCloud/TencentDB-Agent-Memory
synced 2026-07-10 12:34:27 +00:00
20 lines
468 B
JSON
20 lines
468 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ES2022",
|
||
|
|
"module": "Node16",
|
||
|
|
"moduleResolution": "Node16",
|
||
|
|
"outDir": "./dist",
|
||
|
|
"rootDir": ".",
|
||
|
|
"strict": true,
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"forceConsistentCasingInFileNames": true,
|
||
|
|
"resolveJsonModule": true,
|
||
|
|
"types": ["node"],
|
||
|
|
"declaration": false,
|
||
|
|
"sourceMap": false
|
||
|
|
},
|
||
|
|
"include": ["export-tencent-vdb.ts"],
|
||
|
|
"exclude": ["dist", "node_modules", "docs"]
|
||
|
|
}
|