lbm98

Results 1 comments of lbm98

We might also need to lower the "typings" property as described in [typescriptlang.org](https://www.typescriptlang.org/docs/handbook/esm-node.html#packagejson-exports-imports-and-self-referencing) ```diff diff --git a/node_modules/mitt/package.json b/node_modules/mitt/package.json index ad38c7b..7649cc8 100644 --- a/node_modules/mitt/package.json +++ b/node_modules/mitt/package.json @@ -7,12 +7,13 @@ "jsnext:main":...