2 Star 3 Fork 0

Git工具集 / commitlint

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.shared.json 600 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"target": "ES2017",
"lib": ["es2017"],
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"module": "commonjs",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"noUnusedLocals": true,
"noUnusedParameters": true,
"forceConsistentCasingInFileNames": true,
"keyofStringsOnly": true,
"noFallthroughCasesInSwitch": true,
"isolatedModules": true,
"skipLibCheck": true,
"downlevelIteration": true
}
}
TypeScript
1
https://gitee.com/vcs-all-in-one/commitlint.git
git@gitee.com:vcs-all-in-one/commitlint.git
vcs-all-in-one
commitlint
commitlint
master

搜索帮助