From 3368dc2b6f1cd4596a90579c31f60a71ea24c0b8 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Wed, 16 Aug 2023 16:56:39 -0700 Subject: [PATCH] docs: fixing a typo --- packages/api/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/api/tsconfig.json b/packages/api/tsconfig.json index 14c06457..72554f64 100644 --- a/packages/api/tsconfig.json +++ b/packages/api/tsconfig.json @@ -8,7 +8,7 @@ "noImplicitAny": true, "outDir": "dist/", "paths": { - // Because this library uses ES2015+ `#private` syntax that would require us to maket his + // Because this library uses ES2015+ `#private` syntax that would require us to make this // library ESM-only we're overloading its types with a `paths` config with this empty file. // This isn't a great solution as we're losing type checks where this library is used, but // it's far too early in the ESM lifecycle for us to make API an ESM-only library.