Compiling datadrid with a recent typescript leads to: ``` src/graphicscontext.ts(243,7): error TS2322: Type 'string' is not assignable to type 'GlobalCompositeOperation'. ``` So I guess there's again a stricter typing in typescript breaking parts of lumino. By recent version of typescript, I mean 4.6.3.