forked from miao-moe/QZMusic_PC
11 lines
241 B
JSON
11 lines
241 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
// vue 的类型系统非常复杂,基本无法手动定义出来
|
|
"isolatedDeclarations": false,
|
|
"jsxImportSource": "vue",
|
|
"jsx": "preserve"
|
|
}
|
|
}
|