forked from miao-moe/QZMusic_PC
10 lines
174 B
JSON
10 lines
174 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"isolatedDeclarations": false,
|
|
"jsxImportSource": "vue",
|
|
"jsx": "preserve"
|
|
}
|
|
}
|