Skip to content

Commit 1575b97

Browse files
committed
chore: add father config
1 parent b0c0303 commit 1575b97

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.fatherrc.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { defineConfig } from 'father';
2+
3+
export default defineConfig({
4+
plugins: ['@rc-component/father-plugin'],
5+
});

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
},
3737
"include": [
3838
".dumirc.ts",
39+
".fatherrc.ts",
3940
"src",
4041
"tests",
4142
"docs/examples"

0 commit comments

Comments
 (0)