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
Right now, our base tsconfig needs to specify a non-default compilerOptions.types array due to #29. However, this prevents loading types for global libraries (like node or jest).
Right now, our base tsconfig needs to specify a non-default
compilerOptions.types
array due to #29. However, this prevents loading types for global libraries (like node or jest).We'd like to use this possibly upcoming Typescript feature to merge our
types
lists, instead of overriding it each time.The text was updated successfully, but these errors were encountered: