txw/txw-kxtfwzx-web/jsconfig.json
liulujian 73076dea45 新增 txw-kxtfwzx-web 可信服务前端
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-03 13:50:26 +08:00

15 lines
163 B
JSON

{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": [
"src/*"
]
}
},
"exclude": [
"node_modules",
"dist"
]
}