lingxixue-web/tsconfig.json
2026-05-09 10:34:51 +08:00

17 lines
274 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.json",
"files": [],
"compilerOptions": {
"esModuleInterop": true,
"preserveValueImports": false
},
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.node.json"
}
]
}