Change skiplibcheck on @budibase/types
This commit is contained in:
parent
aa02cb1c65
commit
d20e475fad
|
@ -7,7 +7,6 @@
|
|||
"emitDeclarationOnly": true,
|
||||
"outDir": "dist",
|
||||
"esModuleInterop": true,
|
||||
"types": ["node"],
|
||||
"skipLibCheck": true
|
||||
"types": ["node"]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue