Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit ba0a1e3

Browse files
authored
Overrides.files allows string (#108)
1 parent 2d6ce24 commit ba0a1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/overrides.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import type { Settings } from './settings';
99
*
1010
*/
1111
export interface Override {
12-
files: string[];
12+
files: string[] | string;
1313
/**
1414
* An environment provides predefined global variables.
1515
*

0 commit comments

Comments
 (0)