公告板
版本库
filestore
活动
搜索
登录
main
/
zy-ptc
中扬项目中心
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
init
luxiaotao1123
2024-06-21
569d2b6bc754b037ade5b4205a4d1cdb8339b26b
[zy-ptc.git]
/
zy-ptc-flow
/
jsconfig.json
1
2
3
4
5
6
7
8
9
10
11
{
"compilerOptions": {
"jsx": "react-jsx",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}