mirror of
https://github.com/lqtmcstudio/QZMusic_PC.git
synced 2026-08-18 15:33:27 +08:00
- 将AMLL Clone到本以地进行修复和优化(emm虽然这很不优雅但是暂时无时间做子模块和Fork) - 修复在当前播放歌词行不可见的视口Seek会出现滚动偏移的问题
10 lines
246 B
JSON
10 lines
246 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
// 让 tsgo 解析 dist 下的类型声明而非源码,避免在 core/src 下生成 .d.ts 文件
|
|
"paths": {
|
|
"@applemusic-like-lyrics/core": ["../core/dist/amll-core.d.mts"]
|
|
}
|
|
}
|
|
}
|