Closed ErtanTaner closed 1 year ago
Config bases have inconsistent naming conventions for same names.
Node v18:
"module": "node16"
Node v19:
"module": "Node16"
Nuxt:
"lib": [..., "DOM"]
Next:
"lib": [..., "dom"]
As far as ı know, tsc doesn't care about the cases but while reading the repo, consistent cases going help us.
Summary
Config bases have inconsistent naming conventions for same names.
Examples
Module
Node v18:
Node v19:
dom
Nuxt:
Next:
Final Point
As far as ı know, tsc doesn't care about the cases but while reading the repo, consistent cases going help us.