zhaoyingbo 5ebb5e170a
Some checks failed
/ release (push) Failing after 23s
feat(lark-msg-tool): 完成飞书消息工具
2024-08-21 01:09:40 +00:00

9 lines
138 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["./src"]
}