angular-cn/integration/cli-hello-world-ivy-i18n/src/tsconfig.legacy-id-mode.json

8 lines
136 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.app.json",
"angularCompilerOptions": {
"enableIvy": true,
"i18nLegacyMessageIdFormat": "xlf"
}
}