Files
ylst-h5/tsconfig.json
2025-03-18 19:51:41 +08:00

19 lines
333 B
JSON

{
"files": [],
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
}
],
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"types": ["element-plus/global"]
}
}