build: add legacy type-resolution experiment

This commit is contained in:
vorotamoroz
2026-07-30 10:37:00 +00:00
parent 4ac813d911
commit 74ddb5bbbd
16 changed files with 985 additions and 5 deletions
+3 -1
View File
@@ -23,7 +23,9 @@
// "rootDir": "../../../",
/* Path mapping */
"paths": {
"@/*": ["../../*"]
"@/*": ["../../*"],
"@vrtmrz/livesync-commonlib": ["../../../dist/type-resolution-compat/@vrtmrz/livesync-commonlib/index"],
"@vrtmrz/livesync-commonlib/*": ["../../../dist/type-resolution-compat/@vrtmrz/livesync-commonlib/*"]
}
},
"include": ["*.ts", "**/*.ts", "**/*.tsx"],