mirror of
https://github.com/lqtmcstudio/QZMusic_PC.git
synced 2026-06-22 00:19:54 +08:00
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"]
|
|
}
|
|
}
|
|
}
|