mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-08-28 14:27:08 +00:00
build: extend legacy type resolution to Octagonal Wheels
This commit is contained in:
@@ -25,7 +25,9 @@
|
||||
"paths": {
|
||||
"@/*": ["../../*"],
|
||||
"@vrtmrz/livesync-commonlib": ["../../../dist/type-resolution-compat/@vrtmrz/livesync-commonlib/index"],
|
||||
"@vrtmrz/livesync-commonlib/*": ["../../../dist/type-resolution-compat/@vrtmrz/livesync-commonlib/*"]
|
||||
"@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/*"]
|
||||
}
|
||||
},
|
||||
"include": ["*.ts", "**/*.ts", "**/*.tsx"],
|
||||
|
||||
Reference in New Issue
Block a user