nuxt
nuxt copied to clipboard
Build Failures with TypeScript's noUnusedLocals Compiler Option
In Nuxt.js project that uses TypeScript, enabling the noUnusedLocals option in tsconfig.json causes the build to fail.
Screenshot:
Minimum Reproduction: https://stackblitz.com/edit/github-zjpmae?file=package.json
Steps:
-
npm i
-
npm run test
- See error