mirror of
https://github.com/vercel/commerce.git
synced 2025-07-03 19:51:22 +00:00
config: enable noUnusedLocals in tsconfig
This commit is contained in:
parent
3c37889971
commit
7613ef8581
@ -15,6 +15,7 @@
|
||||
"isolatedModules": true,
|
||||
"jsx": "preserve",
|
||||
"incremental": true,
|
||||
"noUnusedLocals": true,
|
||||
"paths": {
|
||||
"@lib/*": ["lib/*"],
|
||||
"@utils/*": ["utils/*"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user