1 Star 1 Fork 0

星辰编程理财 / istock-shell

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig-cli.json 470 Bytes
一键复制 编辑 原始数据 按行查看 历史
枫星辰 提交于 2024-03-03 22:56 . feat: iStock Shell v0.1
{
"compilerOptions": {
"baseUrl": ".",
"target": "ESNext",
"module": "commonjs",
"moduleResolution": "node",
"esModuleInterop": true,
"outDir": "./src/packages/cli/dist",
"paths": {
"@root/*": ["*"],
"@/*": ["src/*"],
"@istock/iswork": ["src/packages/iswork/src"],
"@istock/util": ["src/packages/util/src"],
"@domains/*": ["src/worker/domains/*"]
}
},
"include": ["./src/worker/domains/**/*.cmd.ts"]
}
TypeScript
1
https://gitee.com/xcbclc/istock-shell.git
git@gitee.com:xcbclc/istock-shell.git
xcbclc
istock-shell
istock-shell
main

搜索帮助