1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 23:47:32 +02:00

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

View File

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