frehner / modern-guide-to-packaging-js-library

A guide to help ensure your JavaScript library is the most compatible, fast, and efficient library you can make.
GNU General Public License v3.0
1.44k stars 38 forks source link

tsconfig target "esnext" should lowercase #17

Closed AngryChocobo closed 2 years ago

AngryChocobo commented 2 years ago

target"="ESNExt is weird. 😂 In TS doc it should be esnext.

typescript tsconfig doc