mirror of
https://github.com/lqtmcstudio/QZMusic_PC.git
synced 2026-06-21 15:54:25 +08:00
13 lines
335 B
JSON
13 lines
335 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"],
|
|
"compilerOptions": {
|
|
"isolatedDeclarations": false,
|
|
"paths": {
|
|
"@/*": ["./src/*"],
|
|
"@applemusic-like-lyrics/core": ["../../core/src/index.ts"],
|
|
"@applemusic-like-lyrics/lyric": ["../../lyric/src/index.ts"]
|
|
}
|
|
}
|
|
}
|