build(common): export locale data as commonjs instead of es2015 (#20624)

PR Close #20624
This commit is contained in:
Olivier Combe 2017-11-24 19:22:39 +01:00 committed by Alex Eagle
parent ad8fb8484f
commit 78167915ee
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"declaration": true,
"stripInternal": true,
"experimentalDecorators": true,
"module": "es2015",
"module": "commonjs",
"moduleResolution": "node",
"outDir": "../../../dist/packages/common/locales",
"paths": {