UNPKG

721 BJSONView Raw
1{
2 "type": "object",
3 "properties": {
4 "moduleSourceName": { "type": "string" },
5 "overrideIdFn": {
6 "instanceof": "Function",
7 "tsType": "(id?: string, defaultMessage?: string, description?: string, filePath?: string) => string"
8 },
9 "idInterpolationPattern": { "type": "string" },
10 "removeDefaultMessage": { "type": "boolean" },
11 "additionalComponentNames": { "type": "array", "items": { "type": "string" } },
12 "pragma": { "type": "string" },
13 "extractFromFormatMessageCall": { "type": "boolean" },
14 "extractSourceLocation": { "type": "boolean" },
15 "ast": { "type": "boolean" }
16 },
17 "additionalProperties": false
18}