Files
QZMusic_PC-pre/amll-local/packages/vue/tsconfig.json

11 lines
241 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.base.json",
"include": ["src"],
"compilerOptions": {
// vue 的类型系统非常复杂,基本无法手动定义出来
"isolatedDeclarations": false,
"jsxImportSource": "vue",
"jsx": "preserve"
}
}