mirror of
https://github.com/lqtmcstudio/QZMusic_PC.git
synced 2026-06-22 00:19:54 +08:00
10 lines
169 B
JSON
10 lines
169 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"include": ["src", "env.d.ts"],
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@react-full/*": ["../../react-full/src/*"]
|
|
}
|
|
}
|
|
}
|