build: extend legacy type resolution to Octagonal Wheels

This commit is contained in:
vorotamoroz
2026-07-30 11:27:12 +00:00
parent 74ddb5bbbd
commit 5aad2623a1
11 changed files with 461 additions and 87 deletions
+3 -1
View File
@@ -21,7 +21,9 @@
"paths": {
"@/*": ["./src/*"],
"@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", "test/**/*.test.ts", "**/*.unit.spec.ts", "**/*.svelte"],