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
In many cases, that because the user have many @types/* packages in node modules that aren't relevant to the project (dev deps for example) and unless you set types: [] or manually selecting values tsc loads them all
Maybe tsc should load only what's in package.json?
Update on Intersections and Optional Properties
#37195
Relating Instances of the Same Signature
#31029
strictFunctionTypes
?strictFunctionTypes
.strictFunctionTypes
..d.ts
files, users would have to upgrade.strictFunctionTypes
, see if we can introduce a new flag instead.Spread Elements and
const
assertions#37357
const
assertion makes thingsreadonly
.readonly
properties.Indexing with identical bindings of type
keyof Foo
#32693
key
on both sides is the "same" for some meaning of "same", then this feels reasonable.skipLibCheck
(andpretty
?) in config files fromtsc --init
#37361
tsc --init
, we can always change this..d.ts
files are checked somewhere.lib.d.ts
tsc --init
?--incremental
?.tsbuildinfo
files.skipLibCheck
to be included intsc --init
, not that it's turned on.tsc --init
include-nessThe text was updated successfully, but these errors were encountered: