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
Along with #8255, we should remove the support for "types" in tsconfig.json, and include types, node_modules\@types by default in the compilation instead.
this should simplify the acquisition of global types to:
Along with #8255, we should remove the support for
"types"in tsconfig.json, and includetypes,node_modules\@typesby default in the compilation instead.this should simplify the acquisition of global types to:
npm install @types\jquery