1 Star 0 Fork 7

若烟之云/chatgpt商业

forked from 汶w/chatgpt商业 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.node.json 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
汶w 提交于 2023-06-07 14:37 . 完成
{
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"pretty": true,
"sourceMap": true,
"outDir": "build",
"importHelpers": true,
"strict": true,
"noImplicitAny": false,
"strictNullChecks": false,
"noImplicitThis": true,
"alwaysStrict": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"moduleResolution": "node",
"baseUrl": ".",
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"lib": [
"es5",
"es6",
"dom",
"es2015.core",
"es2015.collection",
"es2015.generator",
"es2015.iterable",
"es2015.promise",
"es2015.proxy",
"es2015.reflect",
"es2015.symbol",
"es2015.symbol.wellknown",
"esnext.asynciterable"
]
},
"include": ["./server"],
"exclude": [
"node_modules"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ruoyanzhiyun/chatgpt-business.git
git@gitee.com:ruoyanzhiyun/chatgpt-business.git
ruoyanzhiyun
chatgpt-business
chatgpt商业
master

搜索帮助