Ignore TS6133: "(import) is declared but never used"?
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.