build(common): generate ts declarations for i18n locale files (#21127)

Fixes #21120
PR Close #21127
This commit is contained in:
Olivier Combe 2017-12-21 10:16:57 +01:00 committed by Igor Minar
parent 83d207d0a7
commit a0ffdf1ef2
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"compilerOptions": {
"baseUrl": ".",
"declaration": false,
"declaration": true,
"stripInternal": true,
"experimentalDecorators": true,
"module": "es2015",