mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +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',
|
||||
module: 'ESNext',
|
||||
moduleResolution: 'Node',
|
||||
skipLibCheck: true,
|
||||
strict: true,
|
||||
allowJs: true,
|
||||
noEmit: true,
|
||||
|
Loading…
Reference in New Issue
Block a user