diff --git a/scripts/build/config.js b/scripts/build/config.js index 7b915135dfb8..5273aac0a0ba 100644 --- a/scripts/build/config.js +++ b/scripts/build/config.js @@ -210,6 +210,12 @@ const pluginFiles = [ ), text: "exports.typescriptVersionIsAtLeast = new Proxy({}, {get: () => true})", }, + { + module: getPackageFile( + "@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.js", + ), + text: "exports.xhtmlEntities = {};", + }, { module: getPackageFile( "@typescript-eslint/typescript-estree/dist/create-program/createProjectService.js",