mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-09-24 03:27:06 +00:00
refactor (okay, i know that this cannot be merged ; too large diff. I will pick some cheery).
This commit is contained in:
+2
-1
@@ -20,7 +20,8 @@
|
||||
"strictFunctionTypes": true,
|
||||
"paths": {
|
||||
"@/*": ["./src/*"],
|
||||
"@lib/*": ["./src/lib/src/*", "./_types/src/lib/src/*"]
|
||||
"@lib/*": ["./src/lib/src/*", "./_types/src/lib/src/*"],
|
||||
"@cli/*": ["./src/apps/cli/*"]
|
||||
}
|
||||
},
|
||||
"include": ["**/*.ts", "test/**/*.test.ts", "**/*.unit.spec.ts", "**/*.svelte"],
|
||||
|
||||
Reference in New Issue
Block a user