config: enable noUnusedLocals in tsconfig

This commit is contained in:
lytrankieio123 2021-08-20 17:53:06 +07:00
parent 3c37889971
commit 7613ef8581

View File

@ -15,6 +15,7 @@
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"noUnusedLocals": true,
"paths": {
"@lib/*": ["lib/*"],
"@utils/*": ["utils/*"],