mirror of
https://github.com/allexcd/obsidian-mcp.git
synced 2026-07-22 17:00:24 +00:00
14 lines
294 B
JSON
14 lines
294 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"tsBuildInfoFile": "dist/tsconfig.tsbuildinfo",
|
|
"composite": true,
|
|
"types": ["node"]
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"references": [
|
|
{ "path": "../shared" }
|
|
]
|
|
}
|