2 Star 4 Fork 3

一组码 / ovineherd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 830 Bytes
一键复制 编辑 原始数据 按行查看 历史
yizumaorg 提交于 2020-10-24 23:54 . start project
{
"compilerOptions": {
"module": "commonjs",
"experimentalDecorators": true,
"removeComments": false,
"declaration": true,
// "declarationMap": true,
/* Strict Type-Checking Options */
"strict": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"strictBindCallApply": true,
"strictPropertyInitialization": true,
"noImplicitThis": true,
"alwaysStrict": true,
/* Additional Checks */
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
/* Module Resolution Options */
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
/* Advanced Options */
"resolveJsonModule": true
},
"exclude": ["node_modules", "backup"]
}
1
https://gitee.com/yizuma/ovineherd.git
git@gitee.com:yizuma/ovineherd.git
yizuma
ovineherd
ovineherd
master

搜索帮助