1 Star 5 Fork 1

汪磊 / caz

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 330 Bytes
一键复制 编辑 原始数据 按行查看 历史
汪磊 提交于 2020-07-28 23:24 . chore: keep comments
/* Visit https://aka.ms/tsconfig.json to read more about this file */
{
"compilerOptions": {
"target": "ES2018", // require node >= 10
"module": "CommonJS",
"declaration": true,
"outDir": "lib",
"strict": true,
"esModuleInterop": true,
"pretty": true
},
"include": ["src"] // declarations.d.ts
}
TypeScript
1
https://gitee.com/zce/caz.git
git@gitee.com:zce/caz.git
zce
caz
caz
master

搜索帮助