mirror of
https://github.com/lqtmcstudio/QZMusic_PC.git
synced 2026-06-20 23:35:06 +08:00
11 lines
241 B
JSON
11 lines
241 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
// vue 的类型系统非常复杂,基本无法手动定义出来
|
|
"isolatedDeclarations": false,
|
|
"jsxImportSource": "vue",
|
|
"jsx": "preserve"
|
|
}
|
|
}
|