[typescript]tsconfig noUsedLocals

Mon Mar 24

typescript

Author:Noritaka

Astro
{
"noUsedLocals": true, (show error when there are some unused local variables)
},

typescript