1 Star 0 Fork 0

laowans / md-tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.main.json 770 Bytes
一键复制 编辑 原始数据 按行查看 历史
laowans 提交于 2023-09-29 18:54 . temp
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"outDir": "./dist/main",
"rootDir": "./src/main", // 输入目录
"esModuleInterop": true, // 启用 CommonJS ES 模块的互操作性
"strict": true, // 启用严格的类型检查
"removeComments": true, // 去除输出文件的注释
"resolveJsonModule": true, // 导入json文件自动解析
"declaration": false, // 生成声明文件
"sourceMap": false, // 生成源映射文件
"baseUrl": ".",
"paths": {
"@e/*": ["src/main/*"],
"@p/*": ["src/types/*"],
"@type/*": ["src/types/*"],
}
},
"include": ["./src/main/**/*", "./src/types/**/*"], // 需要编译的文件或文件夹
"exclude": ["node_modules"] // 不需要编译的文件或文件夹
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/laowans/md-tools.git
git@gitee.com:laowans/md-tools.git
laowans
md-tools
md-tools
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891