Axel Koolhaas

Results 1 comments of Axel Koolhaas

Another solution is to [skip type checking of declaration files](https://www.typescriptlang.org/tsconfig#skipLibCheck). ```js { "compilerOptions": { "skipLibCheck": true, ... } } ```