Skip to content

Commit 1e249dd

Browse files
committed
chore: add father config
1 parent 82eee44 commit 1e249dd

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
@@ -31,6 +31,7 @@
3131
},
3232
"include": [
3333
".dumirc.ts",
34+
".fatherrc.ts",
3435
"src",
3536
"tests",
3637
"docs/examples"

0 commit comments

Comments
 (0)