1
0
Fork 0
mirror of synced 2024-10-02 18:16:29 +13:00

Change skiplibcheck on @budibase/types

This commit is contained in:
adrinr 2023-04-14 12:18:08 +01:00
parent aa02cb1c65
commit d20e475fad
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,6 @@
"emitDeclarationOnly": true,
"outDir": "dist",
"esModuleInterop": true,
"types": ["node"],
"skipLibCheck": true
"types": ["node"]
}
}

View file

@ -7,7 +7,8 @@
"resolveJsonModule": true,
"incremental": true,
"sourceMap": true,
"declaration": true
"declaration": true,
"skipLibCheck": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "**/*.spec.ts", "**/*.spec.js"]