12 lines
160 B
JSON
12 lines
160 B
JSON
|
{
|
||
|
"files":[
|
||
|
"!dist/",
|
||
|
"!**/*.d.ts",
|
||
|
"!src/**/*.js",
|
||
|
"!doc-files/**/*",
|
||
|
"**/*.xlf"
|
||
|
],
|
||
|
"removeSystemJsConfig": true,
|
||
|
"type": "i18n"
|
||
|
}
|