refactor: migrate es mapping types from es-mapping-generator to .d.ts next to generated mappings

This commit is contained in:
2023-06-30 12:01:38 +02:00
parent 1aaf85b444
commit 0a7e6af141
19 changed files with 354 additions and 435 deletions

View File

@@ -13,6 +13,7 @@
"files": [
"app.js",
"lib",
"schema",
"README.md"
],
"scripts": {
@@ -28,7 +29,6 @@
"commander": "10.0.0",
"deepmerge": "4.3.1",
"flatted": "3.2.7",
"got": "11.8.6",
"typedoc": "0.18.0",
"typescript": "3.8.3"
},