We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce2f558 commit 3368dc2Copy full SHA for 3368dc2
1 file changed
packages/api/tsconfig.json
@@ -8,7 +8,7 @@
8
"noImplicitAny": true,
9
"outDir": "dist/",
10
"paths": {
11
- // 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
12
// library ESM-only we're overloading its types with a `paths` config with this empty file.
13
// This isn't a great solution as we're losing type checks where this library is used, but
14
// it's far too early in the ESM lifecycle for us to make API an ESM-only library.
0 commit comments