build(common): export locale data as commonjs instead of es2015 (#20624)
PR Close #20624
This commit is contained in:
parent
ad8fb8484f
commit
78167915ee
|
@ -4,7 +4,7 @@
|
|||
"declaration": true,
|
||||
"stripInternal": true,
|
||||
"experimentalDecorators": true,
|
||||
"module": "es2015",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"outDir": "../../../dist/packages/common/locales",
|
||||
"paths": {
|
||||
|
|
Loading…
Reference in New Issue