From 382f459a534496c23987f9161bcad4fcd5b54c3f Mon Sep 17 00:00:00 2001 From: Drew Corlin Date: Mon, 25 Dec 2023 15:24:03 -0800 Subject: [PATCH] Fix typo --- metapackages/esbuild-plugin-node/src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metapackages/esbuild-plugin-node/src/types.ts b/metapackages/esbuild-plugin-node/src/types.ts index b76e7ebc9c..7338cb0a42 100644 --- a/metapackages/esbuild-plugin-node/src/types.ts +++ b/metapackages/esbuild-plugin-node/src/types.ts @@ -62,7 +62,7 @@ export interface OpenTelemetryPluginParams { /** * Path prefixes to ignore. * - * ie if you configure compilteOptions.paths in your tsconfig.json to use something like `~/` for the + * ie if you configure compilerOptions.paths in your tsconfig.json to use something like `~/` for the * root of your project then you could set that here to ignore modules */ pathPrefixesToIgnore?: string[];