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.
Loading
Please register or sign in to comment