You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
This is because the module augmentation is included in the `.d.ts` file,
which means consumers will get the tsc error:
```
node_modules/koa-node-resolve/lib/koa-module-specifier-transform.d.ts:23:16 - error TS2665: Invalid module name in augmentation. Module '@babel/generator' resolves to an untyped module at '/Users/aomarks/git/tachometer/node_modules/@babel/generator/lib/index.js', which cannot be augmented.
23 declare module '@babel/generator' {
~~~~~~~~~~~~~~~~~~
```
0 commit comments