2017-02-22 13:13:21 -05:00
|
|
|
{
|
|
|
|
"description": "i18n",
|
|
|
|
"basePath": "src/",
|
|
|
|
"files": [
|
|
|
|
"app/**/*.css",
|
|
|
|
"app/**/*.html",
|
|
|
|
"app/**/*.ts",
|
|
|
|
"messages.xlf",
|
|
|
|
"locale/messages.*.xlf",
|
|
|
|
|
|
|
|
"!**/*.[1].*",
|
|
|
|
|
2017-03-27 11:08:53 -04:00
|
|
|
"main.ts",
|
2017-02-22 13:13:21 -05:00
|
|
|
"styles.css",
|
|
|
|
"systemjs-text-plugin.js",
|
|
|
|
"index.html"
|
|
|
|
],
|
|
|
|
"tags": ["i18n"]
|
|
|
|
}
|