15 Star 83 Fork 16

一组码 / ovine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1004 Bytes
一键复制 编辑 原始数据 按行查看 历史
yizumaorg 提交于 2020-12-10 13:25 . for npm 0.1.0-alpha.0
{
"compilerOptions": {
"module": "commonjs",
"experimentalDecorators": true,
"skipLibCheck": 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",
"**/__tests__/**/*",
"**/lib/**/*",
"**/assets/**/*",
"./packages/init/env/**/*",
"./packages/init/templates/**/*"
]
}
TypeScript
1
https://gitee.com/yizuma/ovine.git
git@gitee.com:yizuma/ovine.git
yizuma
ovine
ovine
master

搜索帮助