Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
fix(nuxi): default to skipping lib check
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 10, 2021
1 parent 13a8e2b commit ad1f979
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nuxi/src/utils/prepare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const writeTypes = async (nuxt: Nuxt) => {
target: 'ESNext',
module: 'ESNext',
moduleResolution: 'Node',
skipLibCheck: true,
strict: true,
allowJs: true,
noEmit: true,
Expand Down

0 comments on commit ad1f979

Please sign in to comment.