mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-16 21:58:19 +00:00
fix(nuxi): default to skipping lib check (#1824)
This commit is contained in:
parent
13a8e2b163
commit
f2d4c65edb
@ -12,6 +12,7 @@ export const writeTypes = async (nuxt: Nuxt) => {
|
|||||||
target: 'ESNext',
|
target: 'ESNext',
|
||||||
module: 'ESNext',
|
module: 'ESNext',
|
||||||
moduleResolution: 'Node',
|
moduleResolution: 'Node',
|
||||||
|
skipLibCheck: true,
|
||||||
strict: true,
|
strict: true,
|
||||||
allowJs: true,
|
allowJs: true,
|
||||||
noEmit: true,
|
noEmit: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user