.dumirc.ts 277 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 import { defineConfig } from 'dumi'; export default defineConfig({ apiParser: {}, outputPath: 'docs-dist', themeConfig: { name: '@qx/common ', }, resolve: { // 配置入口文件路径,API 解析将从这里开始 entryFile: './src/index.ts', }, });