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