Skip to content

Commit 8c9e3a6

Browse files
authoredJul 16, 2024··
fix(typescript): remove string[] from tsconfigPath as not supported in v8 (#545)
1 parent 6972860 commit 8c9e3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export interface OptionsTypeScriptWithTypes {
151151
* When this options is provided, type aware rules will be enabled.
152152
* @see https://typescript-eslint.io/linting/typed-linting/
153153
*/
154-
tsconfigPath?: string | string[]
154+
tsconfigPath?: string
155155
}
156156

157157
export interface OptionsHasTypeScript {

0 commit comments

Comments
 (0)
Please sign in to comment.