Skip to content

Commit

Permalink
enable typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
takanakahiko committed Oct 10, 2023
1 parent f3dcffe commit 740f8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineNuxtConfig({
'@/assets/buefy-like.scss'
],
typescript: {
// typeCheck: true,
typeCheck: true
},
serverHandlers: [
{ route: '/api/**', handler: './server/api/index.ts' }
Expand Down

0 comments on commit 740f8cb

Please sign in to comment.