From 32435d663aef5d59ef3d06b0a1abfe2e7b6c5f12 Mon Sep 17 00:00:00 2001 From: Nathan Reese Date: Thu, 8 Jun 2023 10:34:55 -0600 Subject: [PATCH] add link to elasticsearch-specification github repository in typescript documentation (#1907) --- docs/typescript.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/typescript.asciidoc b/docs/typescript.asciidoc index becaf488b..07534d733 100644 --- a/docs/typescript.asciidoc +++ b/docs/typescript.asciidoc @@ -6,6 +6,7 @@ of type definitions of Elasticsearch's API surface. The types are not 100% complete yet. Some APIs are missing (the newest ones, e.g. EQL), and others may contain some errors, but we are continuously pushing fixes & improvements. +Contribute type fixes and improvements to https://github.com/elastic/elasticsearch-specification[elasticsearch-specification github repository]. NOTE: The client is developed against the https://www.npmjs.com/package/typescript?activeTab=versions[latest] version of TypeScript. Furthermore, unless you have set `skipLibCheck` to `true`,