mirror of
https://github.com/lqtmcstudio/QZMusic_PC.git
synced 2026-06-23 00:54:27 +08:00
10 lines
174 B
JSON
10 lines
174 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"isolatedDeclarations": false,
|
|
"jsxImportSource": "vue",
|
|
"jsx": "preserve"
|
|
}
|
|
}
|