mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-08-27 22:07:07 +00:00
13 lines
532 B
JSON
13 lines
532 B
JSON
{
|
|
"extends": "./tsconfig.legacy.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@/*": ["./src/*"],
|
|
"@vrtmrz/livesync-commonlib": ["./dist/type-resolution-compat/@vrtmrz/livesync-commonlib/index"],
|
|
"@vrtmrz/livesync-commonlib/*": ["./dist/type-resolution-compat/@vrtmrz/livesync-commonlib/*"],
|
|
"octagonal-wheels": ["./dist/type-resolution-compat/octagonal-wheels/index"],
|
|
"octagonal-wheels/*": ["./dist/type-resolution-compat/octagonal-wheels/*"]
|
|
}
|
|
}
|
|
}
|