3 Star 1 Fork 1

Gitee 极速下载/commander.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/visionmedia/commander.js
克隆/下载
tsconfig.ts.json 624 Bytes
一键复制 编辑 原始数据 按行查看 历史
John Gee 提交于 2024-04-05 20:15 . Reformat code with Prettier (#2180)
{
/*
Override to include just TypeScript files and use stricter settings than we do with JavaScript.
Used by:
- npm run-script typecheck:ts
*/
/* Visit https://aka.ms/tsconfig to read more about tsconfig configuration. */
"extends": "./tsconfig.json",
"compilerOptions": {
/* Full strict is fine for the TypeScript files, so turn back on the checks we turned off for mixed-use. */
"noImplicitAny": true,
"strictNullChecks": true,
"useUnknownInCatchVariables": true,
},
"include": [
/* All TypeScript targets from tsconfig.json include. */
"**/*.ts",
"**/*.mts",
],
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/commander.js.git
git@gitee.com:mirrors/commander.js.git
mirrors
commander.js
commander.js
master

搜索帮助