Ibrahim Saberi

Results 3 comments of Ibrahim Saberi

Hi guys, we are trying to use Live Share at our company for both pair programming and even in coding interview environments. We haven't managed to get intellisense working at...

> I have the same issue and found none of the mentioned workarounds working. > > It's an ESM-only project that's running on CF Workers, but my dev server fails...

Of course! My tsconfig.json: ```json { "compilerOptions": { "rootDir": ".", "baseUrl": ".", "paths": { "~/*": [ "./src/*" ] }, "outDir": "./dist", "target": "es2022", "module": "ESNext", "lib": ["es2022", "DOM", "DOM.Iterable"], "moduleResolution":...