0 Star 0 Fork 0

ctrlc-git / npm-cli-push

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 904 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
提莫打野迷了路 提交于 2023-08-22 03:19 . build: 更新依赖
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"alwaysStrict": true,
"checkJs": true,
"declaration": true,
"declarationDir": "./types",
"declarationMap": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"incremental": false,
"jsx": "preserve",
"module": "esnext",
"moduleResolution": "Node",
"noEmit": false,
"noEmitOnError": true,
"noImplicitAny": true,
"noImplicitThis": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"outDir": "lib",
"preserveWatchOutput": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "esnext",
"useDefineForClassFields": true
},
"exclude": ["node_modules", "__tests__/**", "lib/**/*"],
"include": ["src/**/*"]
}
TypeScript
1
https://gitee.com/ctrlc-git/ctrlc-npm-cli-push.git
git@gitee.com:ctrlc-git/ctrlc-npm-cli-push.git
ctrlc-git
ctrlc-npm-cli-push
npm-cli-push
master

搜索帮助