fix(nuxi): default to skipping lib check (#1824)

This commit is contained in:
Daniel Roe 2021-11-10 13:18:25 +00:00 committed by GitHub
parent 13a8e2b163
commit f2d4c65edb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ export const writeTypes = async (nuxt: Nuxt) => {
target: 'ESNext',
module: 'ESNext',
moduleResolution: 'Node',
skipLibCheck: true,
strict: true,
allowJs: true,
noEmit: true,