File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,4 +44,4 @@ export function createBackendConfig(): FlatConfigArray {
4444 ] as FlatConfigArray ;
4545}
4646
47- export const backend = createBackendConfig ( ) ;
47+ export const backend : FlatConfigArray = createBackendConfig ( ) ;
Original file line number Diff line number Diff line change @@ -105,4 +105,4 @@ export function createBaseConfig(options: InstantConfig = {}): FlatConfigArray {
105105 ) as FlatConfigArray ;
106106}
107107
108- export const base = createBaseConfig ( ) ;
108+ export const base : FlatConfigArray = createBaseConfig ( ) ;
Original file line number Diff line number Diff line change @@ -123,4 +123,4 @@ export function createReactConfig(options: InstantConfig = {}): FlatConfigArray
123123 return configs ;
124124}
125125
126- export const reactConfig = createReactConfig ( ) ;
126+ export const reactConfig : FlatConfigArray = createReactConfig ( ) ;
You can’t perform that action at this time.
0 commit comments