You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Construct TypeScript environment.
In addition to transpile to current ES5 format (with babel-preset-env), we need to build as ES Modules format so that the users can use Tree-shaking with webpack, Rollup, etc.
ref. #289
Construct TypeScript environment.
In addition to transpile to current ES5 format (with babel-preset-env), we need to build as ES Modules format so that the users can use Tree-shaking with webpack, Rollup, etc.
TODO
.tsfiles to ES5 format > Setup TypeScript Environment #291.tsfiles to ES Modules format