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

10 lines
174 B
JSON
Raw Normal View History

{
"extends": "../../../tsconfig.base.json",
"include": ["src"],
"compilerOptions": {
"isolatedDeclarations": false,
"jsxImportSource": "vue",
"jsx": "preserve"
}
}