Skip to content

Commit

Permalink
🔧 (nuxt) disable typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed May 12, 2021
1 parent 2fba70b commit 855cb1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ export default nuxtConfig({
build: {
transpile: ['docus']
},
typeCheck: {
eslint: {
files: './**/*.{ts,js,vue}'
}
typescript: {
// TODO: Re-enable typeCheck
// Waiting for better support from nuxt-vite / nuxt 3
typeCheck: false
},
generate: {
fallback: '404.html',
Expand Down

0 comments on commit 855cb1a

Please sign in to comment.