diff --git a/tsconfig.eslint.json b/tsconfig.eslint.json index 8a99a1c805..e0b6cb16fb 100644 --- a/tsconfig.eslint.json +++ b/tsconfig.eslint.json @@ -13,6 +13,8 @@ "*.mts", "*.config.js", "browser_tests/**/*.ts", + "scripts/**/*.js", + "scripts/**/*.ts", "tests-ui/**/*.ts" ] }