James💤

Results 27 comments of James💤

我也遇到这个问题了,请问有什么比较好的方案吗 > 解决了,核心问题就是在最外层的 tsconfig.json 内部写了 baseUrl,但是包内没写,extends 的时候使用了外部的 baseUrl,加上 `baseUrl: '.'`正常了,但是这样也导致开发模式下的 tsconfig.json paths 完全失效了。 > > 复现仓库:https://github.com/Col0ring/father-tsconfig-example

> 两年了咋没进展呢, 我还以为是我没找到配置, 原来确实没有自动计算标题位置. 这可就难受了,如果每个chart都需要手动给个nameGap, 那得多难受! 不止两年了,16年就有兄弟提了

```typescript // .fatherrc.ts import { defineConfig } from 'father'; export default defineConfig({ esm: { output: 'es', }, extraBabelPlugins: [ [ require.resolve( '@umijs/bundler-utils/compiled/babel/plugin-proposal-class-properties', ), { loose: true }, ], [ require.resolve(...

后续希望father能暴露一个配置参数