Alex Nordhausen

Results 2 comments of Alex Nordhausen

I had luck updating my .tsconfig.json in my project to the following: ``` { "compilerOptions": { "target": "es2020", "lib": [ "dom", "dom.iterable" ], "paths": { "react": [ "./node_modules/@types/react" ], "dompurify":...

On OSX 15.5 Sequoia and @BuruY's is the only solutiton that worked for me.