Unity Exporter not building the Project throwing TypeScript Compile error

Hi, until now I was using Unity Exporter Babylon version 5.0.0 - A24.9X and Unity version 2020.1.8f1, Now I was trying the new Unity Exporter Babylon version 5.0.0 - A63.1X but when I click on build project it throws me some compiling error

C:/Users/..../AppData/Roaming/npm/node_modules/typescript/lib/lib.dom.d.ts(24243,11): error TS2430: Interface 'WebGLRenderingContext' incorrectly extends interface 'WebGLRenderingContextBase'.
  Types of property 'COLOR_ATTACHMENT0' are incompatible.
    Type 'number' is not assignable to type '36064'.

System.UnityTools:CompileProjectScriptBundle(StreamWriter, String, String, String, String, Boolean, String)
CanvasTools.CanvasToolsExporter:ExportProject(String, EditorSceneInformation, EditorBuildType, Transform[], String, String)
CanvasTools.CanvasToolsExporter:BuildProject(EditorBuildType, Transform[], String, String)
CanvasTools.CVPanel:OnGUI()
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&)

cc @MackeyK24