egg_tools/packages/logger/tsconfig.json
zhaoyingbo 686a77d8d1
Some checks failed
/ release (push) Failing after 1m1s
feat: 把每个组件进行拆包处理
2024-08-19 01:45:18 +00:00

9 lines
138 B
JSON

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