We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d57cb0 commit cbe7e39Copy full SHA for cbe7e39
build.sh
@@ -476,7 +476,7 @@ do
476
477
if [[ ${PACKAGE} == "common" ]]; then
478
echo "====== Copy i18n locale data"
479
- rsync -a --exclude=*.d.ts --exclude=*.metadata.json ${OUT_DIR}/locales/ ${NPM_DIR}/locales
+ rsync -a ${OUT_DIR}/locales/ ${NPM_DIR}/locales
480
fi
481
else
482
echo "====== Copy ${PACKAGE} node tool"
packages/common/locales/tsconfig-build.json
@@ -1,7 +1,7 @@
1
{
2
"compilerOptions": {
3
"baseUrl": ".",
4
- "declaration": true,
+ "declaration": false,
5
"stripInternal": true,
6
"experimentalDecorators": true,
7
"module": "es2015",
@@ -21,6 +21,7 @@
21
"./closure-locale.ts"
22
],
23
"angularCompilerOptions": {
24
- "skipTemplateCodegen": true
+ "skipTemplateCodegen": true,
25
+ "skipMetadataEmit": true
26
}
27
0 commit comments