9 Star 7 Fork 0

masterk3ze/cazomas-screeps-arena

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 727 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"module": "esnext",
"lib": [
"esnext",
"dom"
],
"target": "es2017",
"moduleResolution": "Node",
"outDir": "dist",
"baseUrl": "src/",
"sourceMap": true,
"strict": true,
"experimentalDecorators": true,
"noImplicitReturns": true,
"allowSyntheticDefaultImports": true,
"allowUnreachableCode": false,
"typeRoots": [
"./node_modules/@types",
"@types/"
]
},
"exclude": [
"node_modules",
"dist",
"src/arena_alpha_spawn_and_swamp",
"src/arena_alpha_spawn_and_swamp_Games_00",
"src/arena_capture_the_flag",
"src/arena_capture_the_flag_calvin",
"src/arena_sas_masterkeze",
"src/common",
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/masterk3ze/cazomas-screeps-arena.git
git@gitee.com:masterk3ze/cazomas-screeps-arena.git
masterk3ze
cazomas-screeps-arena
cazomas-screeps-arena
master

搜索帮助