This integration test now does a full e2e test of: * extraction -> build -> translation - serve for both XLIFF 1.2 and XMB formats. Resolves https://github.com/angular/angular/pull/33444#issuecomment-547146280 PR Close #33462
8 lines
123 B
JSON
8 lines
123 B
JSON
{
|
|
"extends": "./tsconfig.app.json",
|
|
"angularCompilerOptions": {
|
|
"enableIvy": true,
|
|
"i18nInFormat": "xmb"
|
|
}
|
|
}
|