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"]