diff --git a/otilio.template-es2x.json b/otilio.template-es2x.json index 278849a..612f62a 100644 --- a/otilio.template-es2x.json +++ b/otilio.template-es2x.json @@ -1,6 +1,7 @@ { "mappings": { "_default_": { + "numeric_detection": true, "_all": { "norms": { "enabled": false diff --git a/otilio.template-es6x.json b/otilio.template-es6x.json index 4bd80f5..aa64163 100644 --- a/otilio.template-es6x.json +++ b/otilio.template-es6x.json @@ -1,6 +1,7 @@ { "mappings": { "_default_": { + "numeric_detection": true, "_meta": { "version": "5.6.8" }, diff --git a/otilio.template.json b/otilio.template.json index 4bd80f5..aa64163 100644 --- a/otilio.template.json +++ b/otilio.template.json @@ -1,6 +1,7 @@ { "mappings": { "_default_": { + "numeric_detection": true, "_meta": { "version": "5.6.8" },