项目文件夹

文件
2026-07-13 12:20:32 +08:00

12 行
162 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "esnext",
"jsx": "react",
"paths": {
"@/*": [
"./src/*"
]
}
}
}