Jerko Steiner 9d282b278d Build ESM client-side modules to enable tree shaking
TypeScript compiler needs to be configured to output ES6 module by
setting --module es6 or the equivalent tsconfig.json compilerOptions
parameter.

Since tsc --build does not accept compiler options flags, we need to
duplicate some of the configuration:

- specify separate output folder for ES6 module files (new
  tsconfig.esm.json file)
- add "module" field for ES6 module (esm) output files to package.json

Hence, a script `scripts/sync-esm-config.js` was added to automate this
process.
2019-04-11 11:40:07 +08:00
..
2019-03-19 10:20:32 +05:00
2019-04-08 13:33:58 +08:00
2019-04-08 13:33:58 +08:00
2019-03-23 17:14:08 +08:00
2019-03-18 13:57:41 +05:00
2019-01-18 20:21:08 +01:00
2019-01-18 20:21:08 +01:00
2019-03-12 22:42:14 +05:00