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
Currently we use some configuration of typescript that we define ourselfs. The @tsconfig/node18 package would be a good addition for management and to make sure we use the latest compatible configuration for our node version. We still have to configure stuff like which files we want to include and eslint like compile options(e.g. noImplicitAny).
Currently we use some configuration of typescript that we define ourselfs. The
@tsconfig/node18
package would be a good addition for management and to make sure we use the latest compatible configuration for our node version. We still have to configure stuff like which files we want to include and eslint like compile options(e.g.noImplicitAny
).https://www.npmjs.com/package/@tsconfig/node18
The text was updated successfully, but these errors were encountered: