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
Set the allowNonTsExtensions to true and have a file without an extension. Pass it to the compiler and you will see a compiler error like cannot find file <name>.ts. This is a problem when an editor has an unsaved buffer which mime type is known to be TypeScript.