tsc not excluding node_modules August 24, 2023 by Tarik Add this option in tsconfig.json { "compilerOptions": { "skipLibCheck": true }, }