You probably have the noUnusedLocals
compiler option turned on in your tsconfig.json
. Just turn it off during development.
You probably have the noUnusedLocals
compiler option turned on in your tsconfig.json
. Just turn it off during development.