Skip to content

Commit bf36f91

Browse files
authored
fix: tsconfig.json.tpl for react boilerplate (#2289)
1 parent 841a730 commit bf36f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

suites/boilerplate/templates/react/tsconfig.json.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"{{{ name }}}/*": ["src/*", "*"]
1313
}
1414
},
15-
"include": [".dumirc.ts", "src/**/*"]
15+
"include": [".dumirc.ts", ".fatherrc.ts", "src/**/*"]
1616
}

0 commit comments

Comments
 (0)