9 Star 33 Fork 11

AvenirTech 未来科技/Chessmate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 690 Bytes
一键复制 编辑 原始数据 按行查看 历史
吉法师 提交于 2024-09-27 10:07 . feat: 更新数据库
{
"compilerOptions": {
"target": "es6",
"module": "CommonJS",
"strict": false,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"sourceMap": true,
"baseUrl": ".",
"types": [
"webpack-env"
],
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost",
]
},
"include": [
"src/*.ts",
"src/**/*.ts"
],
"exclude": [
"node_modules"
],
"ts-node": {
"swc": true,
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/onlyyyy/chessmate.git
git@gitee.com:onlyyyy/chessmate.git
onlyyyy
chessmate
Chessmate
master

搜索帮助