fix(tsconfig): don't depend on ESNext library
Prefer using target's API (ES6 by default), which is more susceptible to be implemented by browsers. If one needs more recent ECMAScript feature, he still can add the needed polyfills and use more recent libs.
parent
b567903c70ec
No related branches found
No related tags found
Please register or sign in to comment