Skip to content

Commit 1cf2284

Browse files
committed
chore: add father config
1 parent 018ebc2 commit 1cf2284

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
@@ -28,6 +28,7 @@
2828
},
2929
"include": [
3030
".dumirc.ts",
31+
".fatherrc.ts",
3132
"src",
3233
"tests",
3334
"docs/examples"

0 commit comments

Comments
 (0)