rem’s avatarrem’s Twitter Archive—№ 71,958

  1. …in reply to @sallar
    sallar codemixers code hmm, I've tried this: { "compilerOptions": { "baseUrl": ".", "paths": { "~/*": ["./*"] } } } (and without the compilerOptions) and it's not picking up or letting me follow the definitions…
    1. …in reply to @rem
      sallar codemixers code Apparently full code restart fixed it. Thank you.