unabyss_obsidian-plugin/tests/tsconfig.json
Dominik Bartosik 4af453d1e7 Initial commit: Unabyss Obsidian plugin.
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>
2026-06-13 19:58:53 +02:00

13 lines
257 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"rootDir": "..",
"types": ["node", "jest"],
"isolatedModules": false,
"noEmit": true
},
"include": [
"../src/**/*.ts",
"./**/*.ts"
]
}