Files
jxc4-backstage-h5/jsconfig.json
2025-11-28 09:19:55 +08:00

14 lines
239 B
JSON

{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"allowSyntheticDefaultImports": true,
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": [
"node_modules"
]
}