1 Star 0 Fork 67

TanHN/ChatGPT-On-CS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 600 Bytes
一键复制 编辑 原始数据 按行查看 历史
lrhh123 提交于 2024-04-28 21:37 . update: 优化应用性能
{
"compilerOptions": {
"incremental": true,
"target": "es2022",
"module": "commonjs",
"lib": ["dom", "es2022"],
"jsx": "react-jsx",
"strict": true,
"sourceMap": true,
"moduleResolution": "node",
"esModuleInterop": true,
"strictPropertyInitialization": false, // 关闭严格属性初始化
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"allowJs": true,
"outDir": ".erb/dll"
},
"exclude": ["test", "release/build", "release/app/dist", ".erb/dll"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tradade/ChatGPT-On-CS.git
[email protected]:tradade/ChatGPT-On-CS.git
tradade
ChatGPT-On-CS
ChatGPT-On-CS
main

搜索帮助