lingxixue-new-web/tsconfig.json
2026-04-28 17:21:13 +08:00

10 lines
242 B
JSON

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