fix(ci): skip node_modules typings

This commit is contained in:
Sami Mazouz 2024-10-19 20:32:13 +01:00
parent dccf1535f9
commit a3333320d7
No known key found for this signature in database

View File

@ -1,5 +1,6 @@
{
"compilerOptions": {
"skipLibCheck": true,
"allowUmdGlobalAccess": true,
"sourceMap": true,
"strict": true,