mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
11 lines
160 B
JSON
11 lines
160 B
JSON
{
|
|
"files":[
|
|
"!dist/",
|
|
"!**/*.d.ts",
|
|
"!src/**/*.js",
|
|
"!doc-files/**/*",
|
|
"**/*.xlf"
|
|
],
|
|
"removeSystemJsConfig": true,
|
|
"type": "i18n"
|
|
}
|