Skip to content

Commit

Permalink
chore: fix nuxt lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr.Mao committed Jan 1, 2024
1 parent f849ae8 commit 4977c45
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
}
},
"exclude": [
"./packages/vue3-pixi-nuxt"
]
}

0 comments on commit 4977c45

Please sign in to comment.