1 Star 0 Fork 27

Asa / wechaty

forked from Wechaty / wechaty 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 364 Bytes
一键复制 编辑 原始数据 按行查看 历史
Huan 提交于 2021-11-28 01:17 . clean tsconfig
{
"extends": "@chatie/tsconfig",
"compilerOptions": {
"outDir": "dist/esm",
"lib": ["ESNext", "DOM"],
},
"exclude": [
"node_modules/",
"dist/",
"tests/fixtures/",
],
"include": [
"app/**/*.ts",
"bin/*.ts",
"bot/**/*.ts",
"examples/**/*.ts",
"scripts/**/*.ts",
"src/**/*.ts",
"tests/**/*.spec.ts",
],
}
TypeScript
1
https://gitee.com/arivn_001/wechaty.git
git@gitee.com:arivn_001/wechaty.git
arivn_001
wechaty
wechaty
main

搜索帮助