1 Star 0 Fork 1

陶良通/nodepub3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 684 Bytes
一键复制 编辑 原始数据 按行查看 历史
陶良通 提交于 2023-03-13 22:50 . feat: init
/* Visit https://aka.ms/tsconfig.json to read more about this file */
{
"compilerOptions": {
/* Language and Environment */
"target": "ESNext",
"lib": ["ESNext"],
/* Modules */
"moduleResolution": "node",
"baseUrl": ".",
/* JavaScript Support */
"sourceMap": true,
"outDir": "./dist",
/* Interop Constraints */
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
/* Type Checking */
"strict": true,
"noImplicitThis": true,
"declaration": true,
/* Completeness */
"skipLibCheck": true
},
"files": ["node_modules/jest-extended/types/index.d.ts"],
"include": ["src/**/*", "test/**/*"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/taolt/nodepub3.git
git@gitee.com:taolt/nodepub3.git
taolt
nodepub3
nodepub3
master

搜索帮助