build(common): don't generate .d.ts & .metadata.json files for i18n locales
Fixes #20880
This commit is contained in:

committed by
Alex Rickabaugh

parent
6d57cb04f6
commit
cbe7e39bbe
@ -1,7 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"declaration": true,
|
||||
"declaration": false,
|
||||
"stripInternal": true,
|
||||
"experimentalDecorators": true,
|
||||
"module": "es2015",
|
||||
@ -21,6 +21,7 @@
|
||||
"./closure-locale.ts"
|
||||
],
|
||||
"angularCompilerOptions": {
|
||||
"skipTemplateCodegen": true
|
||||
"skipTemplateCodegen": true,
|
||||
"skipMetadataEmit": true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user