Sohail Salehi
Results
1
comments of
Sohail Salehi
Same issue here. ### Not a solution but a hacky workaround: Skip library check in functions/tsconfig.json: ``` { "compilerOptions": { "skipLibCheck": true, ... } } ```