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
This would check a .d.ts file (the file pointed to by the types field in package.json or the types conditional export(s)) to make sure passes strict mode checks.
I don't think we need to use tsconfig.json to validate this, but we could allow overrides of compilerOptions anyhow.
The text was updated successfully, but these errors were encountered:
This would check a
.d.ts
file (the file pointed to by thetypes
field inpackage.json
or thetypes
conditional export(s)) to make sure passes strict mode checks.I don't think we need to use
tsconfig.json
to validate this, but we could allow overrides ofcompilerOptions
anyhow.The text was updated successfully, but these errors were encountered: