Ivan Vrtarić

Results 1 comments of Ivan Vrtarić

@amelieykw Setting only `"skipLibCheck": true` didn't help me. It worked when I added `"typeRoots": ["node_modules/@types"]` under "compilerOptions", though. What's interesting is that the error was reported for libraries I don't...