From e01cd501d98aff2d5f23805e414d524fa7d9b703 Mon Sep 17 00:00:00 2001 From: David Luna Date: Fri, 20 Dec 2024 13:00:57 +0100 Subject: [PATCH] chore: update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 65db6be0c8a..1ac6d8b42ec 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,14 @@ environments. Any support issues that arise from using a browser or runtime that This minimum support level is subject to change as the project evolves and as the underlying language features evolve. +## TypeScript Support + +OpenTelemetry JavaScript is built with TypeScript `v5.0.4`. If you have a TypeScript project (app, library, instrumentation, etc.) +that depends on it we recomed using same or higher version to compile the project. + +As update policy OpenTelemetry JavaScript will follow DefinitelyType's [support policy for TypeScript](https://github.com/DefinitelyTyped/DefinitelyTyped#support-window) +which sets a support window of 2 years. + ## Package Version Compatibility OpenTelemetry is released as a set of distinct packages in 3 categories: API, stable SDK, and experimental.