mirror of
https://github.com/unabyss/obsidian-plugin.git
synced 2026-07-22 07:47:17 +00:00
Two-way OAuth sync between Obsidian vaults and Unabyss memory, with manifest-first delta upload, exports puller, and GitHub release workflow. Co-authored-by: Cursor <cursoragent@cursor.com>
13 lines
257 B
JSON
13 lines
257 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "..",
|
|
"types": ["node", "jest"],
|
|
"isolatedModules": false,
|
|
"noEmit": true
|
|
},
|
|
"include": [
|
|
"../src/**/*.ts",
|
|
"./**/*.ts"
|
|
]
|
|
}
|