mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-06-11 08:50:17 +00:00
fix paths
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@
|
||||
"strictFunctionTypes": true,
|
||||
"paths": {
|
||||
"@/*": ["./src/*"],
|
||||
"@lib/*": ["./src/lib/src/*", "./_types/src/lib/src/*"]
|
||||
"@lib/*": ["./src/lib/src/*", "./_types/lib/src/*"]
|
||||
}
|
||||
},
|
||||
"include": ["**/*.ts", "test/**/*.test.ts", "**/*.unit.spec.ts"],
|
||||
|
||||
Reference in New Issue
Block a user