3 Star 3 Fork 0

方琉璃 / 隐藏之年

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 465 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"include": ["src/*"],
"compilerOptions": {
"suppressImplicitAnyIndexErrors": true,
"ignoreDeprecations": "5.0",
"target": "es2022",
"module": "ES2022",
"moduleResolution": "node10",
//"declaration": true,
"outDir": "./隐藏之年2(BP)/scripts",
"removeComments": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"strictNullChecks": false,
"skipLibCheck": true
}
}
1
https://gitee.com/FangLimao/HiddenYears2.git
git@gitee.com:FangLimao/HiddenYears2.git
FangLimao
HiddenYears2
隐藏之年
main

搜索帮助