Skip to content

Commit

Permalink
chore: Move typescript strict to nuxtrc
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisGV04 committed Oct 2, 2023
1 parent be98763 commit 926d667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .nuxtrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
imports.autoImport=false
typescript.includeWorkspace=true
typescript.includeWorkspace=true
typescript.strict=false
2 changes: 0 additions & 2 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,4 @@ export default defineNuxtConfig({
global: true,
icons: ["heroicons"],
},

typescript: { strict: true },
});

0 comments on commit 926d667

Please sign in to comment.