mirror of
https://github.com/TencentCloud/TencentDB-Agent-Memory
synced 2026-07-10 12:34:27 +00:00
26 lines
546 B
JSON
26 lines
546 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "es2023",
|
||
|
|
"module": "NodeNext",
|
||
|
|
"moduleResolution": "NodeNext",
|
||
|
|
"declaration": false,
|
||
|
|
"strict": true,
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"forceConsistentCasingInFileNames": true,
|
||
|
|
"resolveJsonModule": true,
|
||
|
|
"types": ["node"],
|
||
|
|
"paths": {
|
||
|
|
"node-llama-cpp": ["./node-llama-cpp.d.ts"]
|
||
|
|
},
|
||
|
|
"outDir": "dist",
|
||
|
|
"rootDir": "../.."
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"cli-entry.ts",
|
||
|
|
"sqlite-to-tcvdb.ts",
|
||
|
|
"config-write.ts",
|
||
|
|
"manifest-write.ts"
|
||
|
|
]
|
||
|
|
}
|