1 Star 0 Fork 0

Maybe / MRecorder

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
Maybe 提交于 2021-01-18 16:19 . 初始化
{
"compilerOptions": {
// 指定生成哪个模块系统代码
"module": "es2015",
// 编译的目标是什么版本的
"target": "es5",
// 是否默认禁用 any
"noImplicitAny": false,
// 是否移除注释
"removeComments": false,
// 是否生成map文件
"sourceMap": true,
// 是否自动创建类型声明文件
"declaration": true,
// 迭代器所有特性开启
"downlevelIteration": true,
// 编译过程中需要引入的库文件的列表
"lib": [
"es5",
"es2015",
"es2016",
"es2017",
"es2018",
"dom"
],
// 类型声明文件的输出目录
"declarationDir": "dist/types",
// 输出目录
"outDir": "dist/lib"
},
// 指定一个匹配列表(属于自动指定该路径下的所有ts相关文件)
"include": [
"src/**/*"
],
// 指定一个排除列表
"exclude": [
"node_modules"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/null_639_5368/MRecorder.git
git@gitee.com:null_639_5368/MRecorder.git
null_639_5368
MRecorder
MRecorder
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891