4 Star 45 Fork 17

cs-lazy-tools / 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"]
}
1
https://gitee.com/cs-lazy-tools/ChatGPT-On-CS.git
git@gitee.com:cs-lazy-tools/ChatGPT-On-CS.git
cs-lazy-tools
ChatGPT-On-CS
ChatGPT-On-CS
main

搜索帮助