Logo
Explore Help
Sign In
honeymoose/angular-cn
1
0
Fork 0
You've already forked angular-cn
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
angular-cn/integration/cli-hello-world-ivy-i18n/tsconfig.json

23 lines
438 B
JSON
Raw Normal View History

test(ivy): add cli-hello-world-ivy-i18n integration test (#31609) This test uses localization in the `AppComponent` component: * an `i18n` attribute in the template * a call to the `$localize` tag in the component constructor PR Close #31609
2019-08-12 20:52:58 +01:00
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"module": "es2015",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
test(ivy): i18n - run integration test in es2015 mode (#33097) The new CLI build pipeline will automatically downlevel ES2015 to ES5 if the tsconfig compilation is set to ES2015. This change ensures that the compile-time inlining of translations handles both the ES2015 code and the downleveled ES5 code. PR Close #33097
2019-10-11 12:54:27 +01:00
"target": "es2015",
test(ivy): add cli-hello-world-ivy-i18n integration test (#31609) This test uses localization in the `AppComponent` component: * an `i18n` attribute in the template * a call to the `$localize` tag in the component constructor PR Close #31609
2019-08-12 20:52:58 +01:00
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2018",
"dom"
]
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 91ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API