2 Star 2 Fork 2

zac / search_with_ai

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 650 Bytes
一键复制 编辑 原始数据 按行查看 历史
ma 提交于 2024-05-29 10:33 . Modify directory structure.
{
"compilerOptions": {
"target": "ES2015",
"module": "CommonJS",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"inlineSourceMap":true,
"noImplicitThis": true,
"noUnusedLocals": true,
"stripInternal": true,
"skipLibCheck": true,
"pretty": true,
"declaration": true,
"forceConsistentCasingInFileNames": true,
"outDir": "./dist",
"rootDir": "backend",
"strict": true,
"esModuleInterop": true,
"strictPropertyInitialization": false
},
"include": [
"backend/**/*"
],
"exclude": [
"node_modules",
"dist",
"test"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/zac_ma/search_with_ai.git
git@gitee.com:zac_ma/search_with_ai.git
zac_ma
search_with_ai
search_with_ai
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891