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